Browse Source

修改测试环境地址

feature/syp_points
liuchuang 5 years ago
parent
commit
d1cb72f8c8
  1. 2
      public/index.html

2
public/index.html

@ -41,7 +41,7 @@
<!-- 集成测试环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'http://219.146.91.110:11000/epdc-api'
window.SITE_CONFIG['apiURL'] = 'https://eug-test.elinkit.com.cn/js/epdc-api'
</script>
<% } %>
<!-- 验收测试环境 -->

Loading…
Cancel
Save