From c935312f14761bb107d220693eaeb5e183021028 Mon Sep 17 00:00:00 2001 From: liuwh <liuwh@hugeinfo.com.cn> Date: Tue, 10 Mar 2020 15:45:34 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/nsjcy/frontEnd/nsjcy --- SunshineIns/src/index.jsx | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/SunshineIns/src/index.jsx b/SunshineIns/src/index.jsx index d9ee57a..ecfe2cf 100644 --- a/SunshineIns/src/index.jsx +++ b/SunshineIns/src/index.jsx @@ -44,6 +44,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'; @@ -113,6 +116,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