|
|
|
@ -19,7 +19,7 @@ const IFRAME = () => import('/@/views/core/iframe/FrameBlank.vue');
@@ -19,7 +19,7 @@ const IFRAME = () => import('/@/views/core/iframe/FrameBlank.vue');
|
|
|
|
|
const LayoutMap = new Map<string, () => Promise<typeof import('*.vue')>>(); |
|
|
|
|
LayoutMap.set('LAYOUT', LAYOUT); |
|
|
|
|
LayoutMap.set('IFRAME', IFRAME); |
|
|
|
|
LayoutMap.set('PARENTLAYOUT', getParentLayout as any); |
|
|
|
|
LayoutMap.set('PARENTLAYOUT', getParentLayout() as any); |
|
|
|
|
|
|
|
|
|
/** 性能优化,避免多次加载views下的组件 */ |
|
|
|
|
let dynamicViewsModules: Record<string, () => Promise<Recordable>>; |
|
|
|
|