| | |
| | | import BusDetail from './page/BusDetail'; |
| | | import SupPerson from './page/SupPerson'; |
| | | import Company from './page/Company'; |
| | | // 涉未成年负责部门组织 |
| | | import UnderAgeList from './page/UnderAgeList'; |
| | | import ActiveManage from './page/ActiveManage'; |
| | | import ActiveManageEdit from './page/ActiveManageEdit'; |
| | | import KnowledgeBase from './page/KnowledgeBase'; |
| | |
| | | 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="/bus/attachment/:busId/:attachmentId" component={AttTree} /> |
| | | <Route path="/bus/attachment/:busId" component={AttTree} /> |
| | | {/* <Route path='/questionnaire/newly' component={AttTree} /> */} |
| | | {/* 签到墙 */} |
| | | <Route path='/signIn/:id' component={null} /> |
| | | <Route component={Menu} /> |
| | | </Switch> |
| | | <Switch> |
| | |
| | | <Route path='/active' component={Active} /> |
| | | <Route path='/supPerson' component={SupPerson} /> |
| | | <Route path='/company' component={Company} /> |
| | | <Route path='/underAgeList' component={UnderAgeList} /> |
| | | <Route path='/knowledgeBase' component={KnowledgeBase} /> |
| | | <Route path='/articlePublish' component={ArticlePublish} /> |
| | | <Route path='/articleEidt/:id' component={ArticleEidt} /> |
| | |
| | | |
| | | {/* 签到墙 */} |
| | | <Route path='/signIn/:id' component={SignIn} /> |
| | | |
| | | {/* 未检举报(列表、详情) */} |
| | | <Route path='/noInspectionReportList' component={NoInspectionReportList} /> |
| | | <Route path='/noInspectionReportDetail/:id/:flag' component={NoInspectionReportDetail} /> |
| | | |
| | | |
| | | |
| | | <Route path='/' component={Index} /> |
| | | </Switch> |