8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
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');
|