审查视图

.env.production 334 字节
陶霁轩 authored
1 2 3 4 5 6 7 8 9 10 11
#编译模式
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