|
@@ -414,8 +414,8 @@ export const asyncRouterMap = [{
|
|
component: () => import(/* webpackChunkName: "auth" */ '@/views/power/menu/menu.vue'),
|
|
component: () => import(/* webpackChunkName: "auth" */ '@/views/power/menu/menu.vue'),
|
|
meta: {
|
|
meta: {
|
|
title: '菜单管理',
|
|
title: '菜单管理',
|
|
- icon: 'profile'
|
|
|
|
- // permission: 'M_menusAuth_menu'
|
|
|
|
|
|
+ icon: 'profile',
|
|
|
|
+ permission: 'M_menusAuth_menu'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -426,8 +426,8 @@ export const asyncRouterMap = [{
|
|
component: PageView,
|
|
component: PageView,
|
|
meta: {
|
|
meta: {
|
|
title: '系统设置',
|
|
title: '系统设置',
|
|
- icon: 'setting'
|
|
|
|
- // permission: 'M_setting_0'
|
|
|
|
|
|
+ icon: 'setting',
|
|
|
|
+ permission: 'M_setting_0'
|
|
},
|
|
},
|
|
children: [{
|
|
children: [{
|
|
path: '/setting/dataDictionary',
|
|
path: '/setting/dataDictionary',
|