import React from 'react'; import '../content.less'; import LeftTab from './leftTab.jsx'; const Content = React.createClass({ getInitialState() { return { loading: false, leftKey: 'base', userType: '0' }; }, handlekey(key) { this.setState({ leftKey: key, }); }, componentWillMount() { }, render() { return (