//新开发账户管理 import React from 'react'; import Account from '@/account/setAccount/account'; import Unit from '@/account/setAccount/unit'; import Personal from '@/account/setAccount/personal'; import Contacts from '@/account/setAccount/contacts'; //会员中心 import Normal from '@/account/index/normal'; import Collection from '@/account/index/collection'; import TechList from '@/account/index/techList'; import ServiceList from '@/account/index/serviceList'; 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 {Layout} from 'antd'; import '@/account/content.less' const { Content } = Layout; export default class ContentRouter extends React.Component { render() { return ( ) } }