From 5a6c1c553db400a29e22b844cf9142ee48208fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=90=20=E5=BC=A0?= <2366389513@qq.com> Date: Wed, 12 Jan 2022 16:15:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BA=A2=E6=97=97=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E8=B7=AF=E7=94=B1=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/router/modules/hq_menu.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/vue/src/router/modules/hq_menu.js b/vue/src/router/modules/hq_menu.js index 4f1049d4..28a72101 100644 --- a/vue/src/router/modules/hq_menu.js +++ b/vue/src/router/modules/hq_menu.js @@ -50,7 +50,7 @@ const hqMenudataRouter = { name: 'HQH', meta: { title: 'H平台备件明细', - //roles: ['SettleAccount.FISs'], + roles: ['SettleAccount.Reports'], icon: '文件' } } @@ -75,7 +75,7 @@ const hqMenudataRouter = { name: 'ERPEI',//命名路由 meta: { title: '红旗M平台导入', - //roles: ['SettleAccount.Boms'],//控制页面角色(可以设置多个角色) + roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) icon: '结算' } }, @@ -85,7 +85,7 @@ const hqMenudataRouter = { name: 'HQM', meta: { title: 'M平台核对明细', - //roles: ['SettleAccount.FISs'], + roles: ['SettleAccount.Reports'], icon: '文件' } }, @@ -139,7 +139,7 @@ const hqMenudataRouter = { name: 'HQF', meta: { title: 'F平台核对明细', - //roles: ['SettleAccount.FISs'], + roles: ['SettleAccount.Reports'], icon: '文件' } }, @@ -149,7 +149,7 @@ const hqMenudataRouter = { name: 'HQF', meta: { title: 'F平台备件明细', - //roles: ['SettleAccount.FISs'], + roles: ['SettleAccount.Reports'], icon: '文件' } }, @@ -184,7 +184,7 @@ const hqMenudataRouter = { name: 'ERPEI',//命名路由 meta: { title: '一汽轿车平台导入', - roles: ['SettleAccount.Boms'],//控制页面角色(可以设置多个角色) + roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) icon: '结算' } }, @@ -194,7 +194,7 @@ const hqMenudataRouter = { name: 'HQY',//命名路由 meta: { title: '一汽轿车平台核对明细', - roles: ['SettleAccount.Boms'],//控制页面角色(可以设置多个角色) + roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) icon: '文件' } },