From 5a887acf1924950715086633d329db045223b5c4 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Tue, 09 Jun 2020 14:47:27 +0800
Subject: [PATCH] test

---
 SunshineIns/src/index.jsx |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/SunshineIns/src/index.jsx b/SunshineIns/src/index.jsx
index b7a2ee3..c229ffc 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,12 @@
 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 CriminalExecutionManager from './page/CriminalExecutionManager';
+
 
 import NoInspectionReportList from './page/NoInspectionReportList';
 import NoInspectionReportDetail from './page/NoInspectionReportDetail';
@@ -89,12 +95,13 @@
           <Route path='/supPerson' component={SupPerson} />
           <Route path='/company' component={Company} />
           <Route path='/underAgeList' component={UnderAgeList} />
-          <Route path='/keyWord' component={KeyWord} />
+          <Route path='/dxWords' component={KeyWord} />
           <Route path='/knowledgeBase' component={KnowledgeBase} />
           <Route path='/articlePublish' component={ArticlePublish} />
           <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,6 +121,13 @@
           <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='/criminalExecutionManager' component={CriminalExecutionManager} />
+
 
           {/* 问卷管理部分 */}
           <Route path='/questionnaire/newlyList' component={NewlyList} />
@@ -122,7 +136,6 @@
           <Route path='/questionnaire/detail/:id' component={QuestionDetail} />
           {/* 小程序提交的任务详情 */}
           <Route path='/questionnaire/persondetail/:id/:userId' component={QuestionPersonDetail} />
-
 
           {/* 公安审核 */}
           <Route path='/entry/policeSecurity' component={PoliceSecurity} />

--
Gitblit v1.8.0