| | |
| | | import BusDetail from './page/BusDetail'; |
| | | import SupPerson from './page/SupPerson'; |
| | | import Company from './page/Company'; |
| | | // 涉未成年负责部门组织 |
| | | // 社会组织维护 |
| | | import UnderAgeList from './page/UnderAgeList'; |
| | | import KeyWord from './page/KeyWord'; |
| | | import ActiveManage from './page/ActiveManage'; |
| | |
| | | import SignIn from './page/SignIn'; |
| | | import QuestionDetail from './page/QuestionDetail'; |
| | | import QuestionPersonDetail from './page/QuestionPersonDetail'; |
| | | //顶部图片设置 |
| | | import TopImage from './page/TopImage'; |
| | | |
| | | |
| | | import NoInspectionReportList from './page/NoInspectionReportList'; |
| | | import NoInspectionReportDetail from './page/NoInspectionReportDetail'; |
| | |
| | | <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='/typeManage' component={TypeList} /> |
| | | <Route path='/activeManage' component={ActiveManage} /> |
| | | <Route path='/topImage' component={TopImage} /> |
| | | <Route path='/activeManageEdit/:id' component={ActiveManageEdit} /> |
| | | <Route path='/activeManageEditquestionnaire/:id' component={ActiveManageEditquestionnaire} /> |
| | | <Route path='/snapshot' component={Snapshot} /> |
| | |
| | | <Route path='/entry/ApplyForEdit/:id' component={ApplyForEdit} /> |
| | | <Route path='/entry/examine' component={Examine} /> |
| | | <Route path='/entry/examineEdit/:id' component={ExamineEdit} /> |
| | | <Route path='/topImage' component={TopImage} /> |
| | | |
| | | |
| | | {/* 问卷管理部分 */} |
| | | <Route path='/questionnaire/newlyList' component={NewlyList} /> |
| | | <Route path='/questionnaire/newly/:id' component={Newly} /> |