From 326bdb73c590cb669af344cfdc4ee6f02bf1b0a8 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 10:16:11 +0800
Subject: [PATCH] 链接指纹是杯页面
---
SunshineIns/src/index.jsx | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/SunshineIns/src/index.jsx b/SunshineIns/src/index.jsx
index 5f8aab1..0365b5c 100644
--- a/SunshineIns/src/index.jsx
+++ b/SunshineIns/src/index.jsx
@@ -14,7 +14,7 @@
import BusDetail from './page/BusDetail';
import SupPerson from './page/SupPerson';
import Company from './page/Company';
-// 涉未成年负责部门组织
+// 社会组织维护
import UnderAgeList from './page/UnderAgeList';
import KeyWord from './page/KeyWord';
import ActiveManage from './page/ActiveManage';
@@ -49,6 +49,11 @@
import SignIn from './page/SignIn';
import QuestionDetail from './page/QuestionDetail';
import QuestionPersonDetail from './page/QuestionPersonDetail';
+//顶部图片设置
+import TopImage from './page/TopImage';
+// 刑执监督管理
+import CriminalExecution from './page/CriminalExecution';
+
import NoInspectionReportList from './page/NoInspectionReportList';
import NoInspectionReportDetail from './page/NoInspectionReportDetail';
@@ -95,6 +100,7 @@
<Route path='/articleEidt/:id' component={ArticleEidt} />
<Route path='/typeManage' component={TypeList} />
<Route path='/activeManage' component={ActiveManage} />
+ <Route path='/topImage' component={TopImage} />
<Route path='/activeManageEdit/:id' component={ActiveManageEdit} />
<Route path='/activeManageEditquestionnaire/:id' component={ActiveManageEditquestionnaire} />
<Route path='/snapshot' component={Snapshot} />
@@ -114,7 +120,12 @@
<Route path='/entry/ApplyForEdit/:id' component={ApplyForEdit} />
<Route path='/entry/examine' component={Examine} />
<Route path='/entry/examineEdit/:id' component={ExamineEdit} />
+ <Route path='/topImage' component={TopImage} />
+ {/* 刑执监督管理 */}
+ <Route path='/criminalExecution' component={CriminalExecution} />
+
+
{/* 问卷管理部分 */}
<Route path='/questionnaire/newlyList' component={NewlyList} />
<Route path='/questionnaire/newly/:id' component={Newly} />
--
Gitblit v1.8.0