From e7d382efc71d1a738a6a7c52d0978d6fdb077a8a Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Sat, 14 Sep 2024 17:34:02 +0800 Subject: [PATCH] 提交 --- gz-customerSystem/src/router/router.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gz-customerSystem/src/router/router.js b/gz-customerSystem/src/router/router.js index f3b60a2..fdd2660 100644 --- a/gz-customerSystem/src/router/router.js +++ b/gz-customerSystem/src/router/router.js @@ -2,7 +2,7 @@ * @Company: hugeInfo * @Author: ldh * @Date: 2022-03-28 11:22:41 - * @LastEditTime: 2024-09-14 15:57:00 + * @LastEditTime: 2024-09-14 16:09:40 * @LastEditors: lwh * @Version: 1.0.0 * @Description: 路由 @@ -234,7 +234,7 @@ {/* 综合查询 */} <Route path="comprehensive" element={<Comprehensive />} /> {/* 纠纷台账 */} - <Route path="disputeLedger" element={<DisputeLedger />} /> + <Route path="account" element={<DisputeLedger />} /> {/* 数据分析 */} <Route path="dataSearch" element={<DataSearch />} /> {/* 调解视窗成功页 */} -- Gitblit v1.8.0