From 8cd52dff030c014cce88f3ab6c70bced189483f2 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期四, 28 三月 2024 14:14:03 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/zgyw-ui

---
 src/router/index.js |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 58389a7..80ba5f6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -60,6 +60,45 @@
     ]
   },
   {
+    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: '/check-result/city',
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: 'detail',
+        name: 'check-result-city',
+        component: () => import('@/views/system/check-result/city/detail'),
+        meta: { title: '甯傚眬鑰冩牳缁撴灉璇︽儏', activeMenu: '/system/check-result/city' }
+      }
+    ]
+  },
+  {
+    path: '/check-result/province',
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: 'detail',
+        name: 'check-result-province',
+        component: () => import('@/views/system/check-result/province/detail'),
+        meta: { title: '鐪佸巺鑰冩牳缁撴灉璇︽儏', activeMenu: '/system/check-result/province' }
+      }
+    ]
+  },
+  {
     path: '/register',
     component: () => import('@/views/register'),
     hidden: true

--
Gitblit v1.8.0