| | |
| | | import Newly from './page/Newly'; |
| | | import SignIn from './page/SignIn'; |
| | | import QuestionDetail from './page/QuestionDetail'; |
| | | import QuestionPersonDetail from './page/QuestionPersonDetail'; |
| | | |
| | | import NoInspectionReportList from './page/NoInspectionReportList'; |
| | | import NoInspectionReportDetail from './page/NoInspectionReportDetail'; |
| | |
| | | {/* <Route path='/questionnaire/newly' component={AttTree} /> */} |
| | | {/* 问卷详情 */} |
| | | <Route path='/activeManageEditquestionnaire/:id' component={null} /> |
| | | {/* 签到墙 */} |
| | | <Route path='/signIn/:id' component={null} /> |
| | | {/* 签到墙 */} |
| | | <Route path='/signIn/:id' component={null} /> |
| | | <Route component={Menu} /> |
| | | </Switch> |
| | | <Switch> |
| | |
| | | <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='/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} /> |
| | | <Route path='/entry/policeSecurityEdit/:id' component={policeSecurityEdit} /> |
| | |
| | | <Route path='/noInspectionReportDetail/:id/:flag' component={NoInspectionReportDetail} /> |
| | | |
| | | |
| | | |
| | | |
| | | <Route path='/' component={Index} /> |
| | | </Switch> |
| | | </Layout> |