|
@@ -10,6 +10,8 @@ import Collection from '@/account/index/collection';
|
|
import TechList from '@/account/index/techList';
|
|
import TechList from '@/account/index/techList';
|
|
import ServiceList from '@/account/index/serviceList';
|
|
import ServiceList from '@/account/index/serviceList';
|
|
import ConsultList from '@/account/index/consultList';
|
|
import ConsultList from '@/account/index/consultList';
|
|
|
|
+import DemandList from '@/account/demand/techDemand';
|
|
|
|
+import Achievement from '@/account/achievement/techAchievement';
|
|
|
|
|
|
import {hashHistory,Route,Router,IndexRedirect} from 'react-router';
|
|
import {hashHistory,Route,Router,IndexRedirect} from 'react-router';
|
|
import {Layout} from 'antd';
|
|
import {Layout} from 'antd';
|
|
@@ -32,6 +34,8 @@ export default class ContentRouter extends React.Component {
|
|
<Route path="/unit" component={Unit} />
|
|
<Route path="/unit" component={Unit} />
|
|
<Route path="/personal" component={Personal} />
|
|
<Route path="/personal" component={Personal} />
|
|
<Route path="/contacts" component={Contacts} />
|
|
<Route path="/contacts" component={Contacts} />
|
|
|
|
+ <Route path="/demand" component={DemandList} />
|
|
|
|
+ <Route path="/achievement" component={Achievement} />
|
|
</Router>
|
|
</Router>
|
|
</Content>
|
|
</Content>
|
|
)
|
|
)
|