Browse Source

修改测试环境地址

feature/syp_points
liuchuang 5 years ago
parent
commit
158e70a20e
  1. 4
      public/index.html

4
public/index.html

@ -44,7 +44,7 @@
<!-- 集成测试环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'https://eug-test.elinkit.com.cn/js/epdc-api'
window.SITE_CONFIG['apiURL'] = 'https://epdc-jinan-test.elinkservice.cn/js/epdc-api'
</script>
<% } %>
<!-- 验收测试环境 -->
@ -65,4 +65,4 @@
<div id="app"></div>
</body>
</html>
</html>

Loading…
Cancel
Save