接口联调
This commit is contained in:
parent
88b4f8f016
commit
2582d721f3
|
|
@ -4,7 +4,8 @@ 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 = 'https://z.csgmall.com.cn/proxy'
|
||||
# VITE_API_URL = 'http://localhost:8080/proxy'
|
||||
# 百度地图key
|
||||
VITE_AK = "cClgLBaLgGUdQDilX9dGvieL"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ VITE_ENV = 'production'
|
|||
VITE_BUILD_MODE = 'sit'
|
||||
|
||||
# 线上环境接口地址
|
||||
VITE_API_URL = 'https://testSit.com'
|
||||
# VITE_API_URL = 'https://testSit.com'
|
||||
VITE_API_URL = 'https://test-rental.zhgkxt.com/proxy'
|
||||
# 百度地图key
|
||||
VITE_AK = "cClgLBaLgGUdQDilX9dGvieL"
|
||||
# 百度地图版本
|
||||
|
|
|
|||
Loading…
Reference in New Issue