/* @author:李霆 @update:2018/05/29 @descript:复制粘贴,拿起来就是干!! */ import React from 'react'; import './contacts.less'; import{ Row ,Col} from 'antd'; class Contancts extends React.Component{ constructor(props){ super(props); this.state={ loading:false } } render(){ return (

联系人

) } } export default Contancts;