2025-08-03 13:41:47 +08:00
|
|
|
|
# 本地环境
|
|
|
|
|
|
ENV = development
|
|
|
|
|
|
|
|
|
|
|
|
# 本地环境接口地址
|
2025-11-11 20:31:49 +08:00
|
|
|
|
# VITE_API_URL = http://4155gf93ll13.vicp.fun/admin
|
2025-09-24 21:25:01 +08:00
|
|
|
|
# VITE_API_URL = http://localhost:13579/admin
|
2025-12-05 10:26:36 +08:00
|
|
|
|
# VITE_API_URL = https://cankao.cs.com.cn/admin
|
|
|
|
|
|
VITE_API_URL = http://123.60.153.169:8040/admin
|
2025-08-03 13:41:47 +08:00
|
|
|
|
|
|
|
|
|
|
# VITE_API_URL = /api
|
|
|
|
|
|
|
|
|
|
|
|
#H5的域名,目前是给列表里的复制用
|
2025-12-05 10:26:36 +08:00
|
|
|
|
# VITE_API_URL_H5 = https://cankao.cs.com.cn
|
|
|
|
|
|
VITE_API_URL_H5 = http://123.60.153.169:8040
|