车间能级提升-智能设备管理系统
朱桂飞
2025-02-14 9518ee94bf232c771edd97e2c6a00ba5d7f18242
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 };