This commit is contained in:
chashaobao
2025-12-20 22:53:00 +08:00
parent 3533a0a877
commit a1d2f29b9d
13 changed files with 129 additions and 77 deletions

View File

@ -34,7 +34,7 @@ function GoBatchTag({ cityCode, jobId }: { cityCode: string; jobId: JobManageInf
e => {
e.preventDefault();
e.stopPropagation();
navigateTo(PageUrl.GroupDelegatePublish, { cityCode, jobId });
navigateTo(PageUrl.AccelerateDelegatePublish, { cityCode, jobId });
},
[cityCode, jobId]
);