This commit is contained in:
@@ -764,6 +764,17 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
keepAlive: true,
|
||||
roles: ['R_SUPER']
|
||||
}
|
||||
},
|
||||
// 系统配置
|
||||
{
|
||||
path: 'system-configs',
|
||||
name: 'SystemConfigs',
|
||||
component: RoutesAlias.SystemConfigs,
|
||||
meta: {
|
||||
title: '系统配置',
|
||||
keepAlive: true,
|
||||
roles: ['R_SUPER', 'R_ADMIN']
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user