From 52aa9f64e5dea1c0e30bc1094fa580c3851d8f9d Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Sat, 14 Sep 2024 18:02:38 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh --- 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