| | |
| | | import Company from './page/Company'; |
| | | // 涉未成年负责部门组织 |
| | | import UnderAgeList from './page/UnderAgeList'; |
| | | import KeyWord from './page/KeyWord'; |
| | | import ActiveManage from './page/ActiveManage'; |
| | | import ActiveManageEdit from './page/ActiveManageEdit'; |
| | | import ActiveManageEditquestionnaire from './page/ActiveManageEditquestionnaire'; |
| | |
| | | import SnapshotDetail from './page/SnapshotDetail'; |
| | | import Sweeping from './page/Sweeping'; |
| | | import SweepingDetail from './page/SweepingDetail'; |
| | | import LawSubscribe from './page/LawSubscribe'; |
| | | import LawSubscribeDetail from './page/LawSubscribeDetail'; |
| | | import MsgDetail from './page/MsgDetail'; |
| | | import UserManage from './page/UserManage'; |
| | | import UserDetail from './page/UserDetail'; |
| | |
| | | <Route path='/supPerson' component={SupPerson} /> |
| | | <Route path='/company' component={Company} /> |
| | | <Route path='/underAgeList' component={UnderAgeList} /> |
| | | <Route path='/keyWord' component={KeyWord} /> |
| | | <Route path='/knowledgeBase' component={KnowledgeBase} /> |
| | | <Route path='/articlePublish' component={ArticlePublish} /> |
| | | <Route path='/articleEidt/:id' component={ArticleEidt} /> |
| | |
| | | <Route path='/snapshotDetail/:id/:flag' component={SnapshotDetail} /> |
| | | <Route path='/sweeping' component={Sweeping} /> |
| | | <Route path='/sweepingDetail/:id/:flag' component={SweepingDetail} /> |
| | | <Route path='/lawSubscribe' component={LawSubscribe} /> |
| | | <Route path='/lawSubscribeDetail/:id/:flag' component={LawSubscribeDetail} /> |
| | | <Route path='/userDetail/:id/:flag' component={UserDetail} /> |
| | | <Route path='/insideUser' component={InsideUser} /> |
| | | <Route path='/updatePWD/:id' component={UpdatePWD} /> |