仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-before
宁夏三级mom前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
上级账户可以将下属账户添加的团队成员退出团队
huminmin
8 天以前
8ed20e15ab62982dfca009704bbd14c51a658e5b
[mom-pro2-before.git]
/
src
/
layouts
/
index.ts
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 };