zhuguifei
2025-03-21 a5e440db0ef51a31f3287175f626221aa1d4e879
1
2
3
4
5
6
const BasicLayout = () => import('./basic.vue');
const AuthPageLayout = () => import('./auth.vue');
 
const IFrameView = () => import('@vben/layouts').then((m) => m.IFrameView);
 
export { AuthPageLayout, BasicLayout, IFrameView };