chore: 切换生产环境API地址到测试服务器

This commit is contained in:
zzp 2025-11-11 20:20:41 +08:00
parent 54f794e22a
commit fa3e914e1a
1 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
ENV = production ENV = production
# 线上环境接口地址 # 线上环境接口地址
VITE_API_URL = https://cankao.cs.com.cn/admin # VITE_API_URL = https://cankao.cs.com.cn/admin
# VITE_API_URL = http://123.60.153.169:8040/admin VITE_API_URL = http://123.60.153.169:8040/admin
#H5的域名目前是给列表里的复制用 #H5的域名目前是给列表里的复制用
VITE_API_URL_H5 = https://cankao.cs.com.cn # VITE_API_URL_H5 = https://cankao.cs.com.cn
# VITE_API_URL_H5 = http://123.60.153.169:8040 VITE_API_URL_H5 = http://123.60.153.169:8040