|
|
@@ -13,7 +13,7 @@ export const LoglistRoute: AppRouteRecordRaw = {
|
|
|
icon: 'wpf:statistics',
|
|
|
orderNo: 11,
|
|
|
hideChildrenInMenu: true,
|
|
|
- roles: [RoleEnum.SUPER, RoleEnum.TEST],
|
|
|
+ roles: [RoleEnum.SUPER, RoleEnum.TEST, RoleEnum.LEVEL2s],
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
@@ -23,7 +23,7 @@ export const LoglistRoute: AppRouteRecordRaw = {
|
|
|
meta: {
|
|
|
title: t('routes.dashboard.count'),
|
|
|
hideBreadcrumb: true,
|
|
|
- roles: [RoleEnum.SUPER, RoleEnum.TEST],
|
|
|
+ roles: [RoleEnum.SUPER, RoleEnum.TEST, RoleEnum.LEVEL2s],
|
|
|
},
|
|
|
},
|
|
|
],
|