- export const RedirectName = 'Redirect';
- export const ErrorPage = () => import('@/views/exception/404.vue');
- export const Layout = () => import('@/layout/index.vue');
- export const ParentLayout = () => import('@/layout/parentLayout.vue');
- /** 公司主页的layout */
- export const HomeLayout = () => import('@/layout/HomeLayout.vue');
- /** 带有子菜单的layout */
- export const MenuLayout = () => import('@/layout/MenuLayout.vue');
|