chore: 切换生产环境API地址到测试服务器
This commit is contained in:
parent
54f794e22a
commit
fa3e914e1a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue