Browse Source

运营增加帮助信息

梁展鹏 3 năm trước cách đây
mục cha
commit
27eff56082
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/router/index.js

+ 3 - 3
src/router/index.js

@@ -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']
         }
       }
     ]