mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix:路由处理,CSS处理,样式处理,全局变量处理
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
export const RedirectName = 'Redirect';
|
||||
export const ErrorPage404 = () => import('@/views/exception/404.vue');
|
||||
|
||||
export const ErrorPage = () => import('@/views/exception/404.vue');
|
||||
export const ErrorPage403 = () => import('@/views/exception/403.vue');
|
||||
|
||||
export const ErrorPage500 = () => import('@/views/exception/500.vue');
|
||||
|
||||
export const Layout = () => import('@/layout/index.vue');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user