Browse Source

配置集成测试环境地址

master
liuchuang 7 years ago
parent
commit
f4e784193a
  1. 2
      public/index.html

2
public/index.html

@ -33,7 +33,7 @@
<% } %>
<!-- 集成测试环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %>
<script>window.SITE_CONFIG['apiURL'] = 'http://localhost:8080';</script>
<script>window.SITE_CONFIG['apiURL'] = 'https://epdc.elinkchina.com.cn';</script>
<% } %>
<!-- 验收测试环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod:uat') { %>

Loading…
Cancel
Save