From 9476279da4a71a50f7aca942cf09b5cff7c3d2e3 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Wed, 19 Oct 2022 10:32:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E7=AE=A1=E7=90=86=E8=8F=9C=E5=8D=95=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1018407 --user=李玉号 【系统设置】新建系统类型的用户组-未开启授权管理的权限-用户登录仍可以看见 https://www.tapd.cn/55049933/s/1267088 --- system-setting/frontend/src/router/modules/setting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-setting/frontend/src/router/modules/setting.js b/system-setting/frontend/src/router/modules/setting.js index 1f18c8815a..7f470853ad 100644 --- a/system-setting/frontend/src/router/modules/setting.js +++ b/system-setting/frontend/src/router/modules/setting.js @@ -81,7 +81,7 @@ const Setting = { { path: 'license', component: () => import('../../business/system/license/MxLicense'), - meta: {system: true, valid: true, title: 'license.title',} + meta: {system: true, valid: true, title: 'license.title', permissions: ['SYSTEM_AUTH:READ']} }, { path: 'project/:type',