feat:做完了准备搞编辑

This commit is contained in:
许永平
2025-07-09 20:35:59 +08:00
parent 6d417dae2a
commit 0abfd5fc83
4 changed files with 20 additions and 20 deletions

View File

@@ -152,7 +152,7 @@ export default function MomentsSync() {
};
const handleEdit = (taskId: string) => {
navigate(`/workspace/moments-sync/${taskId}/edit`);
navigate(`/workspace/moments-sync/edit/${taskId}`);
};
const handleView = (taskId: string) => {