From 130d63cd0b0e39e26e7826440814e5f8ed1d9e1e Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 24 四月 2024 13:54:33 +0800
Subject: [PATCH] 合同导入模板生成、导入合同及规则、合同规则展示

---
 src/router/index.js |   74 +++++++++++++++++++++++++++++++++++--
 1 files changed, 70 insertions(+), 4 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index f244038..b9f2252 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -47,6 +47,61 @@
     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: '/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,7 +119,7 @@
   {
     path: '',
     component: Layout,
-    redirect: 'index',
+    redirect: 'screen',
     children: [
       {
         path: 'index',
@@ -74,13 +129,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