From 56db7cd084aab1a9c4903702ce04bf704dbe6fe4 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 26 三月 2024 09:57:16 +0800 Subject: [PATCH] 合同详情 --- src/router/index.js | 45 +++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 41 insertions(+), 4 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index f244038..8e60ec4 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -47,6 +47,32 @@ 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: '/check-result/contract', + component: Layout, + hidden: true, + children: [ + { + path: 'detail', + name: 'check-result-contract', + component: () => import('@/views/system/check-result/contract/detail'), + meta: { title: '鍚堝悓缁撴灉璇︽儏', activeMenu: '/system/check-result/contract' } + } + ] + }, + { path: '/register', component: () => import('@/views/register'), hidden: true @@ -64,7 +90,7 @@ { path: '', component: Layout, - redirect: 'index', + redirect: 'screen', children: [ { path: 'index', @@ -74,13 +100,24 @@ } ] }, + + // { + // path: '', + // component: Layout, + // redirect: 'index', + // children: [ + // { + // path: 'index', + // component: () => import('@/views/index'), + // name: 'Index', + // meta: { title: '棣栭〉', icon: 'dashboard', affix: true } + // } + // ] + // }, { path: '/screen', - component: Layout, hidden: true, component: () => import('@/views/screen/index'), - name: 'Profile', - meta: { title: '澶у睆淇℃伅', icon: 'user' } }, { path: '/user', -- Gitblit v1.8.0