feat: v1.0
This commit is contained in:
7
nkebao/src/pages/wechat-accounts/WechatAccountDetail.tsx
Normal file
7
nkebao/src/pages/wechat-accounts/WechatAccountDetail.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
import { useParams } from 'react-router-dom';
|
||||
|
||||
export default function WechatAccountDetail() {
|
||||
const { id } = useParams();
|
||||
return <div>微信号详情页,当前ID: {id}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user