From 4b0ae8e32c4b26a40b9034c2fffb0c11946a4956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E9=BE=99?= Date: Thu, 28 Aug 2025 18:30:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/next.config.js b/next.config.js index eee8db7..f8c5a87 100644 --- a/next.config.js +++ b/next.config.js @@ -36,10 +36,6 @@ const nextConfig = { async rewrites() { // 使用环境变量,如果没有则使用默认值 const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL || 'https://77.smartvideo.py.qikongjian.com' - - console.log('Environment BASE_URL:', process.env) - console.log('Using BASE_URL:', BASE_URL) - return [ { source: '/api/proxy/:path*',