From 431cb67c12a98c3e8f51d1bebf20769dca7a7d10 Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Mon, 24 Nov 2025 08:51:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83API=E5=9C=B0=E5=9D=80=E4=B8=BA=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将测试环境API地址切换为正式线上环境地址,确保生产环境使用正确的服务端点 --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index de01dda..8ff2d92 100644 --- a/.env.production +++ b/.env.production @@ -3,8 +3,8 @@ ENV = production # 线上环境接口地址 # VITE_API_URL = https://cankao.cs.com.cn/mini -VITE_API_URL = http://123.60.153.169:8040/apih5 -# VITE_API_URL = https://cankao.cs.com.cn/apih5 +# VITE_API_URL = http://123.60.153.169:8040/apih5 +VITE_API_URL = https://cankao.cs.com.cn/apih5 # VITE_API_URL = http://123.60.79.143:8041/apih5