Browse Source

Merge branch 'shibei_master' of http://git.elinkit.com.cn:7070/r/epmet-oper-gov into shibei_master

shibei_master
dai 4 years ago
parent
commit
197e8584ce
  1. 2
      .env.production.uat
  2. 2
      public/index.html

2
.env.production.uat

@ -1,4 +1,4 @@
NODE_ENV=production
VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api
VUE_APP_API_SERVER = http://120.27.18.76/api
VUE_APP_NODE_ENV=prod:uat
VUE_APP_PUBLIC_PATH=epmet-oper

2
public/index.html

@ -57,7 +57,7 @@
<!-- 验收测试环境 aliyun -->
<% if (process.env.VUE_APP_NODE_ENV==='prod:uat' ) { %>
<script>
window.SITE_CONFIG['apiURL'] = 'https://epmet-test.elinkservice.cn/api'
window.SITE_CONFIG['apiURL'] = 'http://120.27.18.76/api'
</script>
<% } %>
<!-- 生产环境 -->

Loading…
Cancel
Save