fix(系统设置): 授权管理菜单权限控制
--bug=1018407 --user=李玉号 【系统设置】新建系统类型的用户组-未开启授权管理的权限-用户登录仍可以看见 https://www.tapd.cn/55049933/s/1267088
This commit is contained in:
parent
2e149c411c
commit
9476279da4
|
@ -81,7 +81,7 @@ const Setting = {
|
||||||
{
|
{
|
||||||
path: 'license',
|
path: 'license',
|
||||||
component: () => import('../../business/system/license/MxLicense'),
|
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',
|
path: 'project/:type',
|
||||||
|
|
Loading…
Reference in New Issue