feat: 更新角色权限,添加第二类公共角色
This commit is contained in:
parent
3d9bba7e03
commit
8c664f2613
|
|
@ -190,7 +190,7 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
|
||||||
isKeepAlive: true,
|
isKeepAlive: true,
|
||||||
isAffix: true,
|
isAffix: true,
|
||||||
isIframe: false,
|
isIframe: false,
|
||||||
roles: ['common'],
|
roles: ['common', 'secondCommon'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue