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

增加路由权限控制

上级 67328219
...@@ -77,7 +77,7 @@ export default [ ...@@ -77,7 +77,7 @@ export default [
path: 'account', path: 'account',
name: 'Account', name: 'Account',
component: () => import('@/pages/system/account/index'), component: () => import('@/pages/system/account/index'),
meta: { title: '账号管理', icon: 'el-icon-key' } meta: { title: '账号管理', icon: 'el-icon-key', roles: ['administrator'] }
} }
] ]
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论