|
@@ -66,6 +66,39 @@ export default [
|
|
},
|
|
},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: '/system',
|
|
|
|
+ name: 'system',
|
|
|
|
+ redirect: '/system/user',
|
|
|
|
+ meta: {title: '系统设置'},
|
|
|
|
+ component: Layout,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: '/system/user',
|
|
|
|
+ name: 'system-user',
|
|
|
|
+ meta: {title: '账户管理'},
|
|
|
|
+ component: () => import('~src/views/system/user.vue')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/system/menu',
|
|
|
|
+ name: 'system-menu',
|
|
|
|
+ meta: {title: '菜单管理'},
|
|
|
|
+ component: () => import('~src/views/system/menu.vue')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/system/parameter',
|
|
|
|
+ name: 'system-parameter',
|
|
|
|
+ meta: {title: '参数配置'},
|
|
|
|
+ component: () => import('~src/views/system/parameter.vue')
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/system/organization',
|
|
|
|
+ name: 'system-organization',
|
|
|
|
+ meta: {title: '组织架构管理'},
|
|
|
|
+ component: () => import('~src/views/system/organization.vue')
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/403',
|
|
path: '/403',
|
|
name: '403',
|
|
name: '403',
|