Browse Source

修改sit环境下的域名

hotfix/yujt_opt_events
“youshanghan” 6 years ago
parent
commit
0fc1ff07af
  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:9094/epdc-api'
window.SITE_CONFIG['apiURL'] = 'https://epdc-luzhou.elinkservice.cn/epdc-api'
</script>
<% } %>
<!-- 验收测试环境 -->

Loading…
Cancel
Save