From 86264e9436b96eec7405978278ef3922a1b16214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Wed, 17 Sep 2025 17:43:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=83=BD=E7=94=A8NEXT=5FPUBLIC=5FCUTA?= =?UTF-8?q?PI=5FURL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/export-service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/export-service.ts b/utils/export-service.ts index c6c81ff..4900cb6 100644 --- a/utils/export-service.ts +++ b/utils/export-service.ts @@ -115,8 +115,8 @@ export class VideoExportService { this.config = { maxRetries: config.maxRetries || 3, pollInterval: config.pollInterval || 5000, // 5秒轮询 - // apiBaseUrl: 'https://smartcut.api.movieflow.ai', - apiBaseUrl: process.env.NEXT_PUBLIC_CUTAPI_URL || 'https://smartcut.api.movieflow.ai' + apiBaseUrl: 'https://smartcut.api.movieflow.ai', + // apiBaseUrl: process.env.NEXT_PUBLIC_CUTAPI_URL || 'https://smartcut.api.movieflow.ai' }; }