Browse Source

为什么development配置下连接的是演示环境

dev
王显章 2 years ago
parent
commit
dff67fd673
  1. 2
      epmet-oper-web/.env.development

2
epmet-oper-web/.env.development

@ -1,6 +1,6 @@
NODE_ENV=development
# VUE_APP_API_SERVER = http://118.190.150.119:41080/api
VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/api
VUE_APP_API_SERVER = http://192.168.1.144/api
# VUE_APP_API_SERVER = http://192.168.51.36:8080/api
# VUE_APP_API_SERVER = https://epmet-dev.elinkservice.cn/api
VUE_APP_NODE_ENV=dev

Loading…
Cancel
Save