From e1961f3d69deb7bb75c365748f4726bcedb10dda Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Sat, 31 Aug 2024 15:37:54 +0800
Subject: [PATCH] feat:事件流转
---
gz-customerSystem/src/router/router.js | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/gz-customerSystem/src/router/router.js b/gz-customerSystem/src/router/router.js
index c855afd..8ea6b0c 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: 2023-12-25 16:24:22
+ * @LastEditTime: 2024-08-27 10:42:32
* @LastEditors: dminyi 1301963064@qq.com
* @Version: 1.0.0
* @Description: 路由
@@ -134,6 +134,11 @@
// 数据分析
import DataSearch from "../views/statistic/dataSearch";
+//来访登记
+import Visit from "../views/register/visit"
+//自行排查
+import Check from "../views/register/visit/check"
+
import Test from "../views/test";
const Routers = () => {
@@ -204,6 +209,9 @@
<Route path="judicialDivision/judicialDivisionDetail" element={<JudicialDivisionDetail />} />
<Route path="myConfirmation" element={<MyConfirmation />} />
<Route path="judicialOverview" element={<JudicialOverview />} />
+ {/* 来访登记*/}
+ <Route path="visit" element={<Visit />} />
+ <Route path="visit/check" element={<Check />} />
{/* 工作流模块 */}
<Route path="workflowTemplate" element={<WorkflowTemplate />} />
<Route path="workflowTemplate/workflowTemplateEdit" element={<WorkflowTemplateEdit />} />
@@ -216,6 +224,7 @@
<Route path="myAdjust/mediationWindowSuccess" element={<MediationWindowSuccess />} />
</Route>
+
<Route path="/operation" element={<Navigate to="/operation/personnel" />} />
{/* 基础信息管理 */}
<Route path="/operation" element={<Layout headerUserChange={headerUserChange} />}>
--
Gitblit v1.8.0