|
@@ -3,7 +3,7 @@ import type { AppRouteModule } from '@/router/types';
|
|
import { getParentLayout, LAYOUT } from '@/router/constant';
|
|
import { getParentLayout, LAYOUT } from '@/router/constant';
|
|
import { t } from '@/hooks/web/useI18n';
|
|
import { t } from '@/hooks/web/useI18n';
|
|
|
|
|
|
-const permission: AppRouteModule = {
|
|
|
|
|
|
+const level: AppRouteModule = {
|
|
path: '/level',
|
|
path: '/level',
|
|
name: 'Level',
|
|
name: 'Level',
|
|
component: LAYOUT,
|
|
component: LAYOUT,
|
|
@@ -65,4 +65,4 @@ const permission: AppRouteModule = {
|
|
],
|
|
],
|
|
};
|
|
};
|
|
|
|
|
|
-export default permission;
|
|
|
|
|
|
+export default level;
|