feat(router): 更新路由权限配置

This commit is contained in:
傅光孟 2026-03-11 11:05:04 +08:00
parent e3a23b8f5e
commit 910f8b540e
1 changed files with 1 additions and 1 deletions

View File

@ -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'],
}, },
}, },
{ {