import { Layout } from "antd"; const { Content } = Layout; function VipUser() { return ( VIP用户33 ); } export default VipUser;