|
|
@@ -9,7 +9,7 @@ export default {
|
|
|
redirect: '/bg',
|
|
|
name: 'Blog',
|
|
|
title: '我的博客',
|
|
|
- icon: 'el-icon-user',
|
|
|
+ icon: 'el-icon-document',
|
|
|
component: Background,
|
|
|
meta: { needAuth: true, roles: ['tnb_user'] },
|
|
|
children: [
|
|
|
@@ -17,7 +17,7 @@ export default {
|
|
|
path: '/bg/blog/category',
|
|
|
name: 'AdminStoreConfig',
|
|
|
title: '分类管理',
|
|
|
- icon: 'el-icon-user',
|
|
|
+ icon: 'el-icon-document',
|
|
|
component: BlogCategory,
|
|
|
meta: { needAuth: true, roles: ['tnb_user'] }
|
|
|
},
|
|
|
@@ -25,7 +25,7 @@ export default {
|
|
|
path: '/bg/blog/post',
|
|
|
name: 'BlogPost',
|
|
|
title: '文章管理',
|
|
|
- icon: 'el-icon-user',
|
|
|
+ icon: 'el-icon-document',
|
|
|
component: BlogPost,
|
|
|
meta: { needAuth: true, roles: ['tnb_user'] }
|
|
|
},
|
|
|
@@ -33,7 +33,7 @@ export default {
|
|
|
path: '/bg/blog/question',
|
|
|
name: 'BlogQuestion',
|
|
|
title: '面试题',
|
|
|
- icon: 'el-icon-user',
|
|
|
+ icon: 'el-icon-document',
|
|
|
component: BlogQuestion,
|
|
|
meta: { needAuth: true, roles: ['tnb_user'] }
|
|
|
},
|
|
|
@@ -41,7 +41,7 @@ export default {
|
|
|
path: '/bg/blog/image',
|
|
|
name: 'BlogImage',
|
|
|
title: '图片列表',
|
|
|
- icon: 'el-icon-user',
|
|
|
+ icon: 'el-icon-document',
|
|
|
component: BlogImage,
|
|
|
meta: { needAuth: true, roles: ['tnb_user'] }
|
|
|
}
|