mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-09-24 04:06:41 +08:00
5 lines
237 B
TypeScript
5 lines
237 B
TypeScript
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');
|