zhangwencui
5 天以前 a2002ba0e8aa2a0e4eee61b5205748d8f6e454fc
1
2
3
4
5
6
const BasicLayout = () => import('./basic.vue');
const AuthPageLayout = () => import('./auth.vue');
 
const IFrameView = () => import('../packages/effects/layouts/src').then((m) => m.IFrameView);
 
export { AuthPageLayout, BasicLayout, IFrameView };