2023-11-30 13:40:30 +08:00
|
|
|
VITE_ENV = 'production'
|
|
|
|
|
|
|
|
|
|
VITE_BUILD_MODE = 'prod'
|
|
|
|
|
|
|
|
|
|
# 线上环境接口地址
|
2024-03-15 16:37:36 +08:00
|
|
|
# VITE_API_URL = 'https://production.com'
|
2024-03-27 10:10:34 +08:00
|
|
|
# VITE_API_URL = 'https://test-rental.zhgkxt.com/proxy'
|
|
|
|
|
VITE_API_URL = 'https://z.csgmall.com.cn/proxy'
|
2024-03-15 16:37:36 +08:00
|
|
|
# VITE_API_URL = 'http://localhost:8080/proxy'
|
2023-11-30 18:37:22 +08:00
|
|
|
# 百度地图key
|
|
|
|
|
VITE_AK = "cClgLBaLgGUdQDilX9dGvieL"
|
|
|
|
|
# 百度地图版本
|
|
|
|
|
VITE_AK_v = "2"
|