办学质量监测教学评价系统
康鲁杰
2 天以前 6f10d1a4ba4df1565927ced7d70e77fe21f487e1
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 };