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 |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 58389a7..8e60ec4 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -60,6 +60,19 @@
     ]
   },
   {
+    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

--
Gitblit v1.8.0