import React from 'react' import {Layout} from 'antd' const { Content } = Layout function VipUser(){ return ( VIP用户 ) } export default VipUser