perf:优化大屏
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
export default [
|
||||
{
|
||||
path:'/',
|
||||
component:'../pages/index',
|
||||
path: '/',
|
||||
component: '../layouts/HeadLayout',
|
||||
routes: [
|
||||
{path: '/', redirect: "/home"},
|
||||
{path: "/home", component: "../pages/home"},
|
||||
{path: "/vehicle", component: "../pages/vehicle"}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user