diff --git a/apps/web/src/app/main/letter/list/page.tsx b/apps/web/src/app/main/letter/list/page.tsx index 65bd8f3..9e5f014 100644 --- a/apps/web/src/app/main/letter/list/page.tsx +++ b/apps/web/src/app/main/letter/list/page.tsx @@ -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 (