Browse Source

修改测试环境地址

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

2
public/index.html

@ -44,7 +44,7 @@
<!-- 集成测试环境 --> <!-- 集成测试环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %> <% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %>
<script> <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> </script>
<% } %> <% } %>
<!-- 验收测试环境 --> <!-- 验收测试环境 -->

Loading…
Cancel
Save