| | |
| | | import MeritsExamine from '../module/oa/merits/meritsExamine';//绩效管理--绩效考核 |
| | | |
| | | export default function OaRouteDom({ }) { |
| | | return (<Switch> |
| | | <Route path="/baseManage/user" component={UserManage} /> |
| | | <Route path="/document/create/:id?" component={DocumentEdit} /> |
| | | <Route path="/document/detail/:id" component={DocumentDetail} /> |
| | | <Route path="/index/workbench/announcement" component={Announcement} /> |
| | | <Route path="/index/rules" component={System} /> |
| | | <Route path="/index" component={Workbench} /> |
| | | <Route path="/logManage/browseLog" component={BrowseLog} /> |
| | | <Route path="/logManage/operLog" component={OperLog} /> |
| | | <Route path="/logManage/rawler" component={Rawler} /> |
| | | <Route path="/personal/information" component={Information} /> |
| | | <Route path="/merits/meritsOverview/meritsDetail/:userId/:meritsMonth" component={MeritsDetail} /> |
| | | <Route path="/merits/meritsOverview" component={MeritsOverview} /> |
| | | <Route path="/merits/meritsDispose" component={MeritsDispose} /> |
| | | <Route path="/merits/meritsExamine" component={MeritsExamine} /> |
| | | |
| | | |
| | | {/* <Route path="/" component={Workbench} /> */} |
| | | <Redirect from="/" to="/index" component={Workbench} /> |
| | | </Switch> |
| | | return ( |
| | | <React.Fragment> |
| | | <Route path="/baseManage/user" component={UserManage} /> |
| | | <Route path="/document/create/:id?" component={DocumentEdit} /> |
| | | <Route path="/document/detail/:id" component={DocumentDetail} /> |
| | | <Route path="/index/workbench/announcement" component={Announcement} /> |
| | | <Route path="/index/rules" component={System} /> |
| | | <Route path="/index" component={Workbench} /> |
| | | <Route path="/logManage/browseLog" component={BrowseLog} /> |
| | | <Route path="/logManage/operLog" component={OperLog} /> |
| | | <Route path="/logManage/rawler" component={Rawler} /> |
| | | <Route path="/personal/information" component={Information} /> |
| | | <Route path="/merits/meritsOverview/meritsDetail/:userId/:boolean/:meritsMonth" component={MeritsDetail} /> |
| | | <Route path="/merits/meritsOverview" component={MeritsOverview} /> |
| | | <Route path="/merits/meritsDispose" component={MeritsDispose} /> |
| | | <Route path="/merits/meritsExamine" component={MeritsDetail} /> |
| | | {/* <Route path="/" component={Workbench} /> */} |
| | | {/* <Redirect from="/" to="/index" component={Workbench} /> */} |
| | | </React.Fragment> |
| | | ) |
| | | } |