mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-08 23:42:27 +08:00
8 lines
240 B
TypeScript
8 lines
240 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');
|