统一创建:去掉成功创建tip

This commit is contained in:
北枳 2025-10-21 21:36:10 +08:00
parent 554ba94e5d
commit 70198d3f43

View File

@ -330,7 +330,6 @@ export default function VideoCreationForm() {
);
console.log('Video creation successful, project_id:', result.project_id);
window.msg?.success(`Video created successfully! Project ID: ${result.project_id}`);
router.push(`/movies/work-flow?episodeId=${result.project_id}`);
/** TODO: Navigate to project detail page or next step */