| | |
| | | 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'; |
| | | |
| | |
| | | {/* 签到墙 */} |
| | | <Route path='/signIn/:id' component={SignIn} /> |
| | | |
| | | {/* 未检举报(列表、详情) */} |
| | | <Route path='/noInspectionReportList' component={NoInspectionReportList} /> |
| | | <Route path='/noInspectionReportDetail/:id/:flag' component={NoInspectionReportDetail} /> |
| | | |
| | | |
| | | |
| | | <Route path='/' component={Index} /> |
| | | </Switch> |
| | | </Layout> |