Browse Source

test配置调整

feature/convenience_crowd
Jackwang 3 years ago
parent
commit
9229cfe071
  1. 2
      public/index.html

2
public/index.html

@ -42,7 +42,7 @@
<!-- 集成测试环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'https://epdc-luzhou.elinkservice.cn/epdc-api'
window.SITE_CONFIG['apiURL'] = 'https://epdc-yinzhu.elinkservice.cn/epdc-api'
</script>
<% } %>
<!-- 验收测试环境 -->

Loading…
Cancel
Save