优化加载界面

This commit is contained in:
季圣华
2021-09-05 15:51:50 +08:00
parent 6abbddea58
commit c39752ddbe
4 changed files with 47 additions and 223 deletions

View File

@@ -57,18 +57,6 @@ export const constantRouterMap = [
}
]
},
{
path: '/test',
component: BlankLayout,
redirect: '/test/home',
children: [
{
path: 'home',
name: 'TestHome',
component: () => import('@/views/Home')
}
]
},
{
path: '/404',
component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/404')