feat(router): 更新路由权限配置
This commit is contained in:
parent
e3a23b8f5e
commit
910f8b540e
|
|
@ -190,7 +190,7 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
|
||||||
isKeepAlive: true,
|
isKeepAlive: true,
|
||||||
isAffix: true,
|
isAffix: true,
|
||||||
isIframe: false,
|
isIframe: false,
|
||||||
roles: ['common', 'secondCommon'],
|
roles: ['admin', 'common', 'secondCommon'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue