13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
VITE_ENV = 'production'
|
|
|
|
VITE_BUILD_MODE = 'prod'
|
|
|
|
# 线上环境接口地址
|
|
# VITE_API_URL = 'https://production.com'
|
|
# VITE_API_URL = 'https://test-rental.zhgkxt.com/proxy'
|
|
VITE_API_URL = 'https://test-rental.zhgkxt.com/proxy'
|
|
# VITE_API_URL = 'http://localhost:8080/proxy'
|
|
# 百度地图key
|
|
VITE_AK = "cClgLBaLgGUdQDilX9dGvieL"
|
|
# 百度地图版本
|
|
VITE_AK_v = "2" |