| | |
| | | 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'; |
| | |
| | | <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} /> |
| | | <Route path='/questionnaire/newly/:id' component={Newly} /> |
| | |
| | | <Route path='/questionnaire/detail/:id' component={QuestionDetail} /> |
| | | {/* 小程序提交的任务详情 */} |
| | | <Route path='/questionnaire/persondetail/:id/:userId' component={QuestionPersonDetail} /> |
| | | |
| | | |
| | | {/* 公安审核 */} |
| | | <Route path='/entry/policeSecurity' component={PoliceSecurity} /> |