.env.production 334 字节
#编译模式
VUE_APP_MODE = production 

#中台接口base 服务器已将/web-gateway代理
VUE_APP_MID_REQUEST_BASE_URL = /web-gateway

#业务接口base 服务器已将/精确匹配代理
VUE_APP_BUSINESS_REQUEST_BASE_URL = /

#上报接口base 服务器已将/report代理到https://jdlog.uu.cc
VUE_APP_TRACKER_BASE_URL = /report