perf:优化大屏

This commit is contained in:
曾文豪
2022-06-07 10:09:40 +08:00
parent 02b0262560
commit 5216d61a54
104 changed files with 905 additions and 3298 deletions

View File

@@ -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"}
]
}
]