|
@@ -50,50 +50,50 @@ import '@/account/content.less';
|
|
|
const { Content } = Layout;
|
|
|
|
|
|
export default class ContentRouter extends React.Component {
|
|
|
- render() {
|
|
|
- return (
|
|
|
- <Content className="acc-content" id="content">
|
|
|
- <Router history={hashHistory}>
|
|
|
- <Route path="/library" component={DemandLibrary} />
|
|
|
- <Route path="/examine" component={DemandExamine} />
|
|
|
- <Route path="/tags" component={Tags} />
|
|
|
- {/* <Route path="/index" component={AdmianIndex} /> */}
|
|
|
- <Route path="/index" component={AdvertisementList} />
|
|
|
- <Route path="/achievementLibrary" component={AchievementLibrary} />
|
|
|
- <Route path="/achievementExamine" component={AchievementExamine} />
|
|
|
- <Route path="/businessCategory" component={BusinessCategory} />
|
|
|
- <Route path="/businessLibrary" component={BusinessLibrary} />
|
|
|
- <Route path="/businessProject" component={BusinessProject} />
|
|
|
- <Route path="/memberList" component={MemberList} />
|
|
|
- <Route path="/memberPowerList" component={MemberPowerList} />
|
|
|
- <Route path="/talentsList" component={TalentsList} />
|
|
|
- <Route path="/buyList" component={BuyList} />
|
|
|
- <Route path="/checkBuy" component={CheckBuy} />
|
|
|
- <Route path="/newList" component={NewList} />
|
|
|
- <Route path="/firmList" component={FirmList} />
|
|
|
- <Route path="/activity" component={Activity} />
|
|
|
- <Route path="/jzmList" component={JzmList} />
|
|
|
- <Route path="/mcjList" component={McjList} />
|
|
|
- <Route path="/caseList" component={CaseList} />
|
|
|
- <Route path="/advertisementList" component={AdvertisementList} />
|
|
|
- {/* 产品 */}
|
|
|
- <Route path="/proservlist" component={Proservlist} />
|
|
|
- <Route path="/customers" component={Customers} />
|
|
|
+ render() {
|
|
|
+ return (
|
|
|
+ <Content className="acc-content" id="content">
|
|
|
+ <Router history={hashHistory}>
|
|
|
+ <Route path="/library" component={DemandLibrary} />
|
|
|
+ <Route path="/examine" component={DemandExamine} />
|
|
|
+ <Route path="/tags" component={Tags} />
|
|
|
+ {/* <Route path="/index" component={AdmianIndex} /> */}
|
|
|
+ <Route path="/index" component={AdvertisementList} />
|
|
|
+ <Route path="/achievementLibrary" component={AchievementLibrary} />
|
|
|
+ <Route path="/achievementExamine" component={AchievementExamine} />
|
|
|
+ <Route path="/businessCategory" component={BusinessCategory} />
|
|
|
+ <Route path="/businessLibrary" component={BusinessLibrary} />
|
|
|
+ <Route path="/businessProject" component={BusinessProject} />
|
|
|
+ <Route path="/memberList" component={MemberList} />
|
|
|
+ <Route path="/memberPowerList" component={MemberPowerList} />
|
|
|
+ <Route path="/talentsList" component={TalentsList} />
|
|
|
+ <Route path="/buyList" component={BuyList} />
|
|
|
+ <Route path="/checkBuy" component={CheckBuy} />
|
|
|
+ <Route path="/newList" component={NewList} />
|
|
|
+ <Route path="/firmList" component={FirmList} />
|
|
|
+ <Route path="/activity" component={Activity} />
|
|
|
+ <Route path="/jzmList" component={JzmList} />
|
|
|
+ <Route path="/mcjList" component={McjList} />
|
|
|
+ <Route path="/caseList" component={CaseList} />
|
|
|
+ <Route path="/advertisementList" component={AdvertisementList} />
|
|
|
+ {/* 产品 */}
|
|
|
+ <Route path="/proservlist" component={Proservlist} />
|
|
|
+ <Route path="/customers" component={Customers} />
|
|
|
|
|
|
- <Route path="/userLibrary" component={UserLibrary} />
|
|
|
- <Route path="/authLibrary" component={AuthLibrary} />
|
|
|
- <Route path="/authExamine" component={AuthExamine} />
|
|
|
- <Route path="/news" component={News} />
|
|
|
- <Route path="/policy" component={Policy} />
|
|
|
- <Route path="/order" component={Order} />
|
|
|
- <Route path="/systemMessage" component={SystemMessage} />
|
|
|
- <Route path="/systemMessageOut" component={SystemMessageOut} />
|
|
|
- <Route path="/systemMessagePhoto" component={SystemMessagePhoto} />
|
|
|
- <Route path="/banner" component={Banner} />
|
|
|
- <Route path="/vouchers" component={Vouchers} />
|
|
|
- <Route path="/coupon" component={Coupon} />
|
|
|
- </Router>
|
|
|
- </Content>
|
|
|
- );
|
|
|
- }
|
|
|
+ <Route path="/userLibrary" component={UserLibrary} />
|
|
|
+ <Route path="/authLibrary" component={AuthLibrary} />
|
|
|
+ <Route path="/authExamine" component={AuthExamine} />
|
|
|
+ <Route path="/news" component={News} />
|
|
|
+ <Route path="/policy" component={Policy} />
|
|
|
+ <Route path="/order" component={Order} />
|
|
|
+ <Route path="/systemMessage" component={SystemMessage} />
|
|
|
+ <Route path="/systemMessageOut" component={SystemMessageOut} />
|
|
|
+ <Route path="/systemMessagePhoto" component={SystemMessagePhoto} />
|
|
|
+ <Route path="/banner" component={Banner} />
|
|
|
+ <Route path="/vouchers" component={Vouchers} />
|
|
|
+ <Route path="/coupon" component={Coupon} />
|
|
|
+ </Router>
|
|
|
+ </Content>
|
|
|
+ );
|
|
|
+ }
|
|
|
}
|