mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-09 23:53:15 +08:00
refactor: refactor AuthLayout to configure the login page more freely (#4294)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
const BasicLayout = () => import('./basic.vue');
|
||||
const AuthPageLayout = () => import('./auth.vue');
|
||||
|
||||
const IFrameView = () => import('@vben/layouts').then((m) => m.IFrameView);
|
||||
|
||||
const AuthPageLayout = () =>
|
||||
import('@vben/layouts').then((m) => m.AuthPageLayout);
|
||||
|
||||
export { AuthPageLayout, BasicLayout, IFrameView };
|
||||
|
||||
Reference in New Issue
Block a user