From 406355203adcc1fe6c92bb59203fb958296a8da4 Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Wed, 18 Mar 2020 12:00:10 +0800
Subject: [PATCH] 提交
---
SunshineIns/src/index.jsx | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/SunshineIns/src/index.jsx b/SunshineIns/src/index.jsx
index 73d63ab..84f0ab9 100644
--- a/SunshineIns/src/index.jsx
+++ b/SunshineIns/src/index.jsx
@@ -18,6 +18,8 @@
import UnderAgeList from './page/UnderAgeList';
import ActiveManage from './page/ActiveManage';
import ActiveManageEdit from './page/ActiveManageEdit';
+import ActiveManageEditquestionnaire from './page/ActiveManageEditquestionnaire';
+
import KnowledgeBase from './page/KnowledgeBase';
import ArticlePublish from './page/ArticlePublish';
import ArticleEidt from './page/ArticleEidt';
@@ -44,6 +46,9 @@
import SignIn from './page/SignIn';
import QuestionDetail from './page/QuestionDetail';
+import NoInspectionReportList from './page/NoInspectionReportList';
+import NoInspectionReportDetail from './page/NoInspectionReportDetail';
+
import PoliceSecurity from './page/PoliceSecurity';
import policeSecurityEdit from './page/policeSecurityEdit';
@@ -59,6 +64,10 @@
<Route path="/bus/attachment/:busId/:attachmentId" component={AttTree} />
<Route path="/bus/attachment/:busId" component={AttTree} />
{/* <Route path='/questionnaire/newly' component={AttTree} /> */}
+ {/* 问卷详情 */}
+ <Route path='/activeManageEditquestionnaire/:id' component={null} />
+ {/* 签到墙 */}
+ <Route path='/signIn/:id' component={null} />
<Route component={Menu} />
</Switch>
<Switch>
@@ -82,6 +91,7 @@
<Route path='/typeManage' component={TypeList} />
<Route path='/activeManage' component={ActiveManage} />
<Route path='/activeManageEdit/:id' component={ActiveManageEdit} />
+ <Route path='/activeManageEditquestionnaire/:id' component={ActiveManageEditquestionnaire} />
<Route path='/snapshot' component={Snapshot} />
<Route path='/snapshotDetail/:id/:flag' component={SnapshotDetail} />
<Route path='/sweeping' component={Sweeping} />
@@ -111,6 +121,12 @@
{/* 签到墙 */}
<Route path='/signIn/:id' component={SignIn} />
+
+ {/* 未检举报(列表、详情) */}
+ <Route path='/noInspectionReportList' component={NoInspectionReportList} />
+ <Route path='/noInspectionReportDetail/:id/:flag' component={NoInspectionReportDetail} />
+
+
<Route path='/' component={Index} />
</Switch>
--
Gitblit v1.8.0