提交 ff4f202d authored 作者: pengxiaohui's avatar pengxiaohui

update

上级 426b1046
...@@ -75,14 +75,15 @@ export default { ...@@ -75,14 +75,15 @@ export default {
line-height:48px; line-height:48px;
color:#fff; color:#fff;
vertical-align: middle; vertical-align: middle;
margin-left:6px;
} }
.logo img { .logo img {
width: 48px; width: 41px;
height: 46px; height: 40px;
} }
.logo-collapse img { .logo-collapse img {
width: 46px; width: 41px;
height: 46px; height: 40px;
} }
::v-deep.el-submenu.is-active .el-submenu__title { ::v-deep.el-submenu.is-active .el-submenu__title {
border-bottom-color: #409EFF; border-bottom-color: #409EFF;
......
...@@ -16,7 +16,7 @@ export default [ ...@@ -16,7 +16,7 @@ export default [
path: '', path: '',
name: 'Student', name: 'Student',
component: () => import('@/pages/student/index'), component: () => import('@/pages/student/index'),
meta: { title: '学员管理', icon: '', permission: 'v1/student/list' } meta: { title: '学员管理', icon: 'el-icon-user', permission: 'v1/student/list' }
} }
] ]
}, },
...@@ -29,7 +29,7 @@ export default [ ...@@ -29,7 +29,7 @@ export default [
path: '', path: '',
name: 'Course', name: 'Course',
component: () => import('@/pages/course/index'), component: () => import('@/pages/course/index'),
meta: { title: '课程管理', icon: '', permission: 'v1/course/list' } meta: { title: '课程管理', icon: 'el-icon-reading', permission: 'v1/course/list' }
} }
] ]
}, },
...@@ -42,7 +42,7 @@ export default [ ...@@ -42,7 +42,7 @@ export default [
path: '', path: '',
name: 'Project', name: 'Project',
component: () => import('@/pages/project/index'), component: () => import('@/pages/project/index'),
meta: { title: '项目管理', icon: '', permission: 'v1/project/list' } meta: { title: '项目管理', icon: 'el-icon-menu', permission: 'v1/project/list' }
} }
] ]
}, },
...@@ -55,7 +55,7 @@ export default [ ...@@ -55,7 +55,7 @@ export default [
path: '', path: '',
name: 'Role', name: 'Role',
component: () => import('@/pages/role/index'), component: () => import('@/pages/role/index'),
meta: { title: '权限管理', icon: '', permission: 'management/role/index' } meta: { title: '权限管理', icon: 'el-icon-coordinate', permission: 'management/role/index' }
} }
] ]
}, },
...@@ -68,7 +68,7 @@ export default [ ...@@ -68,7 +68,7 @@ export default [
path: '', path: '',
name: 'User', name: 'User',
component: () => import('@/pages/user/index'), component: () => import('@/pages/user/index'),
meta: { title: '授权管理', icon: '', permission: 'management/assignment/index' } meta: { title: '授权管理', icon: 'el-icon-key', permission: 'management/assignment/index' }
} }
] ]
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论