chore: 更新开发环境API地址配置
将VITE_API_URL切换回123.60.153.169服务器地址,注释掉vicp.fun的临时地址
This commit is contained in:
parent
ea590f45b6
commit
995f682ab8
|
|
@ -2,8 +2,8 @@
|
||||||
ENV = development
|
ENV = development
|
||||||
|
|
||||||
# 本地环境接口地址
|
# 本地环境接口地址
|
||||||
# VITE_API_URL = http://123.60.153.169:8040/apih5
|
VITE_API_URL = http://123.60.153.169:8040/apih5
|
||||||
VITE_API_URL = http://4155gf93ll13.vicp.fun/apih5
|
# VITE_API_URL = http://4155gf93ll13.vicp.fun/apih5
|
||||||
# VITE_API_URL = http://123.60.79.143:8041/apih5
|
# VITE_API_URL = http://123.60.79.143:8041/apih5
|
||||||
# VITE_API_URL =http://localhost:8040/apih5
|
# VITE_API_URL =http://localhost:8040/apih5
|
||||||
# VITE_API_URL = https://cankao.cs.com.cn/apih5
|
# VITE_API_URL = https://cankao.cs.com.cn/apih5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue