From 200b3f9e47195b19484a9e8530079ee8e2c9aa5f Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Sun, 15 Sep 2024 22:37:54 +0800
Subject: [PATCH] fix: 配合部门
---
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 12bdc47..0a62236 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 16:09:40
+ * @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';
@@ -234,6 +236,8 @@
<Route path="workflowManage/workflowManageDetail" element={<WorkflowManageDetail />} />
{/* 综合查询 */}
<Route path="comprehensive" element={<Comprehensive />} />
+ {/* 纠纷台账 */}
+ <Route path="account" element={<DisputeLedger />} />
{/* 数据分析 */}
<Route path="dataSearch" element={<DataSearch />} />
{/* 调解视窗成功页 */}
--
Gitblit v1.8.0