Browse Source

冲突

master
qushutong 6 years ago
parent
commit
2c70a5d41b
  1. 2
      public/index.html

2
public/index.html

@ -29,7 +29,7 @@
<!-- 开发环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>window.SITE_CONFIG['apiURL'] = 'http://localhost:8080';</script>
<script>window.SITE_CONFIG['apiURL'] = 'http://localhost:9094';</script>
<% } %>
<!-- 集成测试环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %>

Loading…
Cancel
Save