2023-11-30 13:40:30 +08:00
|
|
|
VITE_ENV = 'development'
|
|
|
|
|
|
|
|
|
|
VITE_BUILD_MODE = 'dev'
|
|
|
|
|
|
|
|
|
|
# 开发环境接口地址
|
2024-03-15 16:37:36 +08:00
|
|
|
VITE_API_URL = '/proxy'
|
2023-12-01 15:05:38 +08:00
|
|
|
# 代理地址
|
2024-03-15 16:37:36 +08:00
|
|
|
# VITE_proxyTarget = "http://10.40.92.64:8080/zlpt-bigscreen/"
|
|
|
|
|
# 代理至 https://test-rental.zhgkxt.com/
|
|
|
|
|
VITE_proxyTarget = "https://test-rental.zhgkxt.com/proxy"
|
2023-12-09 23:45:55 +08:00
|
|
|
|
2023-12-02 14:46:39 +08:00
|
|
|
|
|
|
|
|
|