fix(系统设置): 授权管理菜单权限控制

--bug=1018407 --user=李玉号 【系统设置】新建系统类型的用户组-未开启授权管理的权限-用户登录仍可以看见
https://www.tapd.cn/55049933/s/1267088
This commit is contained in:
shiziyuan9527 2022-10-19 10:32:05 +08:00 committed by lyh
parent 2e149c411c
commit 9476279da4
1 changed files with 1 additions and 1 deletions

View File

@ -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',