Ben Lin
2025-03-05 5e54b2866eb181e84de9910de06fd013a280a5c9
src/router/constant.ts
@@ -4,12 +4,12 @@
export const PAGE_NOT_FOUND_NAME = 'PageNotFound';
export const EXCEPTION_COMPONENT = () => import('/@/views/sys/exception/Exception.vue');
export const EXCEPTION_COMPONENT = () => import('@/views/sys/exception/Exception.vue');
/**
 * @description: default layout
 */
export const LAYOUT = () => import('/@/layouts/default/index.vue');
export const LAYOUT = () => import('@/layouts/default/index.vue');
/**
 * @description: parent-layout