import React from "react"; import { NavBar } from "antd-mobile"; import Layout from "@/components/Layout/Layout"; import MeauMobile from "@/components/MeauMobile/MeauMoible"; const WechatAccountDetail: React.FC = () => { return ( window.history.back()} >
微信号详情
} footer={} >

微信号详情页面

此页面正在开发中...

); }; export default WechatAccountDetail;