Browse Source

新增preview环境

V1.0
wxz 2 years ago
parent
commit
8023199d77
  1. 1
      .env.preview

1
.env.preview

@ -1,5 +1,6 @@
NODE_ENV=production NODE_ENV=production
# VUE_APP_API_SERVER = http://120.27.18.76/api # VUE_APP_API_SERVER = http://120.27.18.76/api
VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/api VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/api
VUE_APP_BIPASS_API_SERVER = https://epmet-preview.elinkservice.cn/linkdata/linkdata-gateway/route
VUE_APP_NODE_ENV=prod:uat VUE_APP_NODE_ENV=prod:uat
VUE_APP_PUBLIC_PATH=epmet-oper VUE_APP_PUBLIC_PATH=epmet-oper
Loading…
Cancel
Save