项目初始化

This commit is contained in:
2026-03-19 12:19:53 +08:00
parent a5f06b64df
commit 3b411f48eb
4 changed files with 48 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ export const PAGE_NOT_FOUND_NAME = 'PageNotFound';
* @description: default layout
*/
export const LAYOUT = () => import('@jeesite/core/layouts/default/index.vue');
export const SCREEN_LAYOUT = () => import('@jeesite/core/layouts/screen/index.vue');
export const IFRAME_BLANK = () => import('@jeesite/core/layouts/iframe/FrameBlank.vue');
export const IFRAME_SIMPLE = () => import('@jeesite/core/layouts/iframe/FrameSimple.vue');
export const EXCEPTION_COMPONENT = () => import('@jeesite/core/layouts/views/exception/Exception.vue');