Browse Source

解决冲突

master
qushutong 6 years ago
parent
commit
9c357df319
  1. 4
      public/index.html

4
public/index.html

@ -32,7 +32,7 @@
<!-- 开发环境 --> <!-- 开发环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script> <script>
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.20:9094' window.SITE_CONFIG['apiURL'] = 'http://localhost:9094'
</script> </script>
<% } %> <% } %>
<!-- 集成测试环境 --> <!-- 集成测试环境 -->
@ -59,4 +59,4 @@
<div id="app"></div> <div id="app"></div>
</body> </body>
</html> </html>
Loading…
Cancel
Save