chore: 更新生产环境API地址为正式域名

将测试环境API地址切换为正式线上环境地址,确保生产环境使用正确的服务端点
This commit is contained in:
34701892@qq.com 2025-11-24 08:51:12 +08:00
parent 81c98ce3b2
commit 431cb67c12
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ ENV = production
# 线上环境接口地址 # 线上环境接口地址
# VITE_API_URL = https://cankao.cs.com.cn/mini # VITE_API_URL = https://cankao.cs.com.cn/mini
VITE_API_URL = http://123.60.153.169:8040/apih5 # VITE_API_URL = http://123.60.153.169:8040/apih5
# VITE_API_URL = https://cankao.cs.com.cn/apih5 VITE_API_URL = https://cankao.cs.com.cn/apih5
# VITE_API_URL = http://123.60.79.143:8041/apih5 # VITE_API_URL = http://123.60.79.143:8041/apih5