From d1d916afc95447d9b0401124f898c8332f4f6b36 Mon Sep 17 00:00:00 2001 From: ditiqi Date: Wed, 19 Feb 2025 09:26:45 +0800 Subject: [PATCH] add --- apps/web/src/app/main/letter/list/page.tsx | 15 --------------- 1 file changed, 15 deletions(-) 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 (