diff --git a/utils/export-service.ts b/utils/export-service.ts index 69738a8..b225455 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_CUT_URL || || 'https://smartcut.api.movieflow.ai' + // apiBaseUrl: 'https://smartcut.api.movieflow.ai', + apiBaseUrl: process.env.NEXT_PUBLIC_CUT_URL || 'https://smartcut.api.movieflow.ai' }; }