map/ui/dasadmin/.env.development

20 lines
510 B
Plaintext
Raw Normal View History

2024-06-13 11:30:23 +08:00
# 本地环境
ENV = 'development'
# base路径
VITE_BASE_PATH = './'
# 代理配置(开发使用),必须在一行中
2024-06-27 16:40:02 +08:00
# 本地
# VITE_APP_PROXY=[["/api","http://192.168.130.22:8080/api"]]
2024-06-27 16:40:02 +08:00
# 线上
2025-02-08 17:31:26 +08:00
# VITE_APP_PROXY=[["/api","https://192.168.151.18:6379/api"]]
2024-10-15 15:13:00 +08:00
VITE_APP_PROXY=[["/api","https://test.jsspisoft.com/api"]]
2024-06-27 16:40:02 +08:00
2024-06-13 11:30:23 +08:00
# 开发环境下跨域代理请输入要跨域的api地址 - 尾部无需带'/'
# VITE_PROXY_URL = 'http://localhost:8000'
VITE_AXIOS_BASE_URL = 'http://localhost:1818'