From b27571cf78742a5de2e1d43c4af5f8cc436860e2 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 12 四月 2024 15:51:02 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/router/index.js | 91 ++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 89 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d43a54e..1d08e0d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -47,6 +47,74 @@ hidden: true }, { + path: '/car/vehicle-data-monitor', + component: Layout, + hidden: true, + children: [ + { + path: 'index', + name: 'vehicle-data-monitor', + component: () => import('@/views/system/vehicle-data-monitor/index'), + meta: { title: '杞﹁締杩囧崱鍙f暟鎹竴鑷存��', activeMenu: '/system/vehicle-data-monitor' } + } + ] + }, + { + path: '/car/equipment', + component: Layout, + hidden: true, + children: [ + { + path: 'index', + name: 'equipment', + component: () => import('@/views/system/equipment/index'), + meta: { title: '璧勪骇绠$悊', activeMenu: '/system/equipment' } + } + ] + }, + { + path: '/contract/score', + component: Layout, + hidden: true, + children: [ + { + path: 'index', + name: 'score', + component: () => import('@/views/system/score/default/index'), + meta: { title: '鍚堝悓绉垎', activeMenu: '/system/score' } + } + ] + }, + { + path: '/check-result/contract', + component: Layout, + hidden: true, + children: [ + { + path: 'detail', + name: 'check-result-contract', + component: () => import('@/views/system/result/default/detail'), + meta: { title: '鍚堝悓缁撴灉璇︽儏', activeMenu: '/system/check-result/contract' } + } + ] + }, + { + path: '/check-result/city', + component: Layout, + hidden: true, + children: [ + + ] + }, + { + path: '/check-result/province', + component: Layout, + hidden: true, + children: [ + + ] + }, + { path: '/register', component: () => import('@/views/register'), hidden: true @@ -64,16 +132,35 @@ { path: '', component: Layout, - redirect: 'index', + redirect: 'screen', children: [ { path: 'index', -// component: () => import('@/views/index'), + component: () => import('@/views/index'), name: 'Index', meta: { title: '棣栭〉', icon: 'dashboard', affix: true } } ] }, + + // { + // path: '', + // component: Layout, + // redirect: 'index', + // children: [ + // { + // path: 'index', + // component: () => import('@/views/index'), + // name: 'Index', + // meta: { title: '棣栭〉', icon: 'dashboard', affix: true } + // } + // ] + // }, + { + path: '/screen', + hidden: true, + component: () => import('@/views/screen/index'), + }, { path: '/user', component: Layout, -- Gitblit v1.8.0