瀏覽代碼

运营增加帮助信息

梁展鹏 3 年之前
父節點
當前提交
27eff56082
共有 1 個文件被更改,包括 3 次插入3 次删除
  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']
         }
       }
     ]