From 4b8d2bdf2709015639dbec71217dcd193b525f71 Mon Sep 17 00:00:00 2001 From: qikongjian Date: Tue, 23 Sep 2025 00:31:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=89=AA=E8=BE=91=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E9=85=8D=E7=BD=AE=E6=88=90NEXT=5FPUBLIC=5FCUT=5FURL?= =?UTF-8?q?=5FTO=20=3D=20https://smartcut.movieflow.ai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 1 + components/pages/work-flow/use-workflow-data.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index aa93112..09365ea 100644 --- a/.env.production +++ b/.env.production @@ -6,6 +6,7 @@ NEXT_PUBLIC_JAVA_URL = https://auth.movieflow.ai NEXT_PUBLIC_BASE_URL = https://api.video.movieflow.ai NEXT_PUBLIC_CUT_URL = https://smartcut.api.movieflow.ai +NEXT_PUBLIC_CUT_URL_TO = https://smartcut.movieflow.ai NEXT_PUBLIC_GOOGLE_REDIRECT_URI=https://www.movieflow.ai/api/auth/google/callback # 当前域名配置 NEXT_PUBLIC_FRONTEND_URL = https://www.movieflow.ai diff --git a/components/pages/work-flow/use-workflow-data.tsx b/components/pages/work-flow/use-workflow-data.tsx index ea7cf73..ba1f9a2 100644 --- a/components/pages/work-flow/use-workflow-data.tsx +++ b/components/pages/work-flow/use-workflow-data.tsx @@ -36,7 +36,7 @@ export function useWorkflowData({ onEditPlanGenerated, editingStatus, onExportFa } }; - const cutUrl = process.env.NEXT_PUBLIC_CUT_URL || 'https://smartcut.api.movieflow.ai'; + const cutUrl = process.env.NEXT_PUBLIC_CUT_URL_TO || 'https://smartcut.api.movieflow.ai'; console.log('cutUrl', cutUrl); useEffect(() => {