import * as React from 'react' import SiderView from '../SiderView' import './index.scss' type P = {} type S = {} // 主内容区域 class ContentView extends React.Component
{ render() { return (