|
@@ -437,7 +437,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: '帮助信息',
|
|
|
icon: 'el-icon-s-help',
|
|
|
- roles: ['admin']
|
|
|
+ roles: ['admin', 'operate']
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -447,7 +447,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: '问题分类',
|
|
|
// icon: 'table',
|
|
|
- roles: ['admin']
|
|
|
+ roles: ['admin', 'operate']
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -457,7 +457,7 @@ export const asyncRoutes = [
|
|
|
meta: {
|
|
|
title: '信息内容',
|
|
|
// icon: 'tree',
|
|
|
- roles: ['admin']
|
|
|
+ roles: ['admin', 'operate']
|
|
|
}
|
|
|
}
|
|
|
]
|