24 lines
737 B
Plaintext
24 lines
737 B
Plaintext
# 线上环境
|
|
NODE_ENV = "production"
|
|
|
|
# 线上环境接口地址(easymock)
|
|
# 标准版
|
|
# VITE_API_URL = "http://jxjzw.zhgdyun.com:6677"
|
|
# VITE_API_URL = "http://139.9.66.234:6688"
|
|
# VITE_API_URL = "http://10.11.13.202:6080"
|
|
# VITE_API_URL = "http://222.80.185.228:6080"
|
|
# VITE_API_URL = "http://jxjzw.zhgdyun.com:6678"
|
|
# VITE_API_URL = "https://zm.zhgdyun.com:6080"
|
|
# 木垒http
|
|
VITE_API_URL = 'http://121.37.106.37:9812'
|
|
# VITE_API_URL = "http://182.90.224.147:9012"
|
|
# VITE_API_URL = "http://47.104.132.250:9000"
|
|
VITE_WPAPI_URL = "http://jxjzw.zhgdyun.com:8081"
|
|
# VITE_API_URL = "http://101.43.164.214:6688"
|
|
# VITE_API_URL = "https://wx.antjg.com:6081/"
|
|
|
|
|
|
# 打包
|
|
VITE_ULD_API_URL = 'http://182.90.224.147:8012/onlinePreview?url='
|
|
|