add
This commit is contained in:
parent
0a8d74a1e1
commit
d1d916afc9
|
@ -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 ">
|
||||
|
|
Loading…
Reference in New Issue