From 61d4bef11bb712be61323bef47515436e62292bb Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Wed, 27 May 2020 17:45:23 +0800
Subject: [PATCH] 2
---
SunshineIns/src/index.jsx | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/SunshineIns/src/index.jsx b/SunshineIns/src/index.jsx
index dd05cdd..0365b5c 100644
--- a/SunshineIns/src/index.jsx
+++ b/SunshineIns/src/index.jsx
@@ -51,6 +51,8 @@
import QuestionPersonDetail from './page/QuestionPersonDetail';
//顶部图片设置
import TopImage from './page/TopImage';
+// 刑执监督管理
+import CriminalExecution from './page/CriminalExecution';
import NoInspectionReportList from './page/NoInspectionReportList';
@@ -120,6 +122,9 @@
<Route path='/entry/examineEdit/:id' component={ExamineEdit} />
<Route path='/topImage' component={TopImage} />
+ {/* 刑执监督管理 */}
+ <Route path='/criminalExecution' component={CriminalExecution} />
+
{/* 问卷管理部分 */}
<Route path='/questionnaire/newlyList' component={NewlyList} />
--
Gitblit v1.8.0