Browse Source

错误url修复

preview
wxz 5 years ago
parent
commit
46300cee0e
  1. 2
      epmet-oper-web/public/index.html

2
epmet-oper-web/public/index.html

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

Loading…
Cancel
Save