This commit is contained in:
yezian 2024-11-06 18:02:46 +08:00
parent 062e7a6f4a
commit ba039bf6e3
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ export default function PostItem({
onClick={() => {
router.push(
`/space/editSpacePost?data=${encodeURIComponent(
JSON.stringify(data)
JSON.stringify({ test: "111" })
)}`
);
}}