Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Disable post page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries0d0f committed Mar 2, 2018
1 parent 73cee1b commit dae4dcf
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/store/modules/menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@ const state = {
// },
// components: lazyLoader('Panel')
// },
{
name: 'Post',
path: '/post',
meta: {
label: ['新增文章'],
link: 'Post.vue',
icon: ['fas', 'file']
},
components: lazyLoader('Post/Add')
},
{
name: 'Post List',
path: '/post-list',
meta: {
label: ['文章列表'],
link: 'Post.vue',
icon: ['fas', 'list-alt']
},
components: lazyLoader('Post/List')
},
// {
// name: 'Post',
// path: '/post',
// meta: {
// label: ['新增文章'],
// link: 'Post.vue',
// icon: ['fas', 'file']
// },
// components: lazyLoader('Post/Add')
// },
// {
// name: 'Post List',
// path: '/post-list',
// meta: {
// label: ['文章列表'],
// link: 'Post.vue',
// icon: ['fas', 'list-alt']
// },
// components: lazyLoader('Post/List')
// },
{
name: 'News',
path: '/news',
Expand Down

0 comments on commit dae4dcf

Please sign in to comment.