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