From b39c972062c4d95554db7207aa4c9eb93d3adae8 Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Sat, 14 Sep 2024 15:58:37 +0800
Subject: [PATCH] 提交

---
 gz-customerSystem/src/router/router.js |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gz-customerSystem/src/router/router.js b/gz-customerSystem/src/router/router.js
index b1b9b40..f3b60a2 100644
--- a/gz-customerSystem/src/router/router.js
+++ b/gz-customerSystem/src/router/router.js
@@ -2,8 +2,8 @@
  * @Company: hugeInfo
  * @Author: ldh
  * @Date: 2022-03-28 11:22:41
- * @LastEditTime: 2024-09-10 14:15:11
- * @LastEditors: dminyi 1301963064@qq.com
+ * @LastEditTime: 2024-09-14 15:57:00
+ * @LastEditors: lwh
  * @Version: 1.0.0
  * @Description: 路由
  */
@@ -128,6 +128,8 @@
 
 // 综合查询
 import Comprehensive from '../views/comprehensive';
+// 纠纷台账
+import DisputeLedger from '../views/disputeLedger';
 
 // 数据分析
 import DataSearch from '../views/statistic/dataSearch';
@@ -231,6 +233,8 @@
 						<Route path="workflowManage/workflowManageDetail" element={<WorkflowManageDetail />} />
 						{/* 综合查询 */}
 						<Route path="comprehensive" element={<Comprehensive />} />
+            {/* 纠纷台账 */}
+						<Route path="disputeLedger" element={<DisputeLedger />} />
 						{/* 数据分析 */}
 						<Route path="dataSearch" element={<DataSearch />} />
 						{/* 调解视窗成功页 */}

--
Gitblit v1.8.0