mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-12 23:45:39 +08:00
chore: Rename the default export name (#3820)
This commit is contained in:
@@ -3,7 +3,7 @@ import type { AppRouteModule } from '@/router/types';
|
||||
import { LAYOUT } from '@/router/constant';
|
||||
import { t } from '@/hooks/web/useI18n';
|
||||
|
||||
const charts: AppRouteModule = {
|
||||
const flow: AppRouteModule = {
|
||||
path: '/flow',
|
||||
name: 'FlowDemo',
|
||||
component: LAYOUT,
|
||||
@@ -25,4 +25,4 @@ const charts: AppRouteModule = {
|
||||
],
|
||||
};
|
||||
|
||||
export default charts;
|
||||
export default flow;
|
||||
|
||||
@@ -3,7 +3,7 @@ import type { AppRouteModule } from '@/router/types';
|
||||
import { getParentLayout, LAYOUT } from '@/router/constant';
|
||||
import { t } from '@/hooks/web/useI18n';
|
||||
|
||||
const permission: AppRouteModule = {
|
||||
const level: AppRouteModule = {
|
||||
path: '/level',
|
||||
name: 'Level',
|
||||
component: LAYOUT,
|
||||
@@ -65,4 +65,4 @@ const permission: AppRouteModule = {
|
||||
],
|
||||
};
|
||||
|
||||
export default permission;
|
||||
export default level;
|
||||
|
||||
Reference in New Issue
Block a user