去掉多余打印

This commit is contained in:
海龙 2025-08-28 18:30:51 +08:00
parent 427e51b818
commit 4b0ae8e32c

View File

@ -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*',