This commit is contained in:
ditiqi 2025-02-19 09:26:45 +08:00
parent 0a8d74a1e1
commit d1d916afc9
1 changed files with 0 additions and 15 deletions

View File

@ -12,21 +12,6 @@ import PostCount from "./PostCount";
export default function LetterListPage() {
const [params] = useSearchParams();
const keyword = params.get("keyword");
const mockStaff = {
id: "12345",
showname: "张三",
username: "zhangsan",
phoneNumber: "123-4567-8901",
department: {
name: "工程部",
},
meta: {
photoUrl: "https://example.com/zhangsan-photo.jpg",
rank: "高级工程师",
email: "zhangsan@example.com",
office: "A栋101室",
},
};
return (
<div className="min-h-screen ">