chore: 更新生产环境API地址为正式域名
将测试环境API地址切换为正式线上环境地址,确保生产环境使用正确的服务端点
This commit is contained in:
parent
81c98ce3b2
commit
431cb67c12
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue