| | |
| | | import UnderAgeList from './page/UnderAgeList'; |
| | | import ActiveManage from './page/ActiveManage'; |
| | | import ActiveManageEdit from './page/ActiveManageEdit'; |
| | | import ActiveManageEditquestionnaire from './page/ActiveManageEditquestionnaire'; |
| | | |
| | | import KnowledgeBase from './page/KnowledgeBase'; |
| | | import ArticlePublish from './page/ArticlePublish'; |
| | | import ArticleEidt from './page/ArticleEidt'; |
| | |
| | | <Route path="/bus/attachment/:busId/:attachmentId" component={AttTree} /> |
| | | <Route path="/bus/attachment/:busId" component={AttTree} /> |
| | | {/* <Route path='/questionnaire/newly' component={AttTree} /> */} |
| | | {/* 问卷详情 */} |
| | | <Route path='/activeManageEditquestionnaire/:id' component={null} /> |
| | | {/* 签到墙 */} |
| | | <Route path='/signIn/:id' component={null} /> |
| | | <Route component={Menu} /> |
| | | </Switch> |
| | | <Switch> |
| | |
| | | <Route path='/typeManage' component={TypeList} /> |
| | | <Route path='/activeManage' component={ActiveManage} /> |
| | | <Route path='/activeManageEdit/:id' component={ActiveManageEdit} /> |
| | | <Route path='/activeManageEditquestionnaire/:id' component={ActiveManageEditquestionnaire} /> |
| | | <Route path='/snapshot' component={Snapshot} /> |
| | | <Route path='/snapshotDetail/:id/:flag' component={SnapshotDetail} /> |
| | | <Route path='/sweeping' component={Sweeping} /> |