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