10 小时以前 bbce6db600e6bb0cf2a3bb78bdf5ccff70b737a8
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 };