dai 3 years ago
parent
commit
995b28bf14
  1. 6
      epmet-oper-web/public/index.html

6
epmet-oper-web/public/index.html

@ -36,8 +36,8 @@
<!-- 开发环境 -->
<% if (process.env.VUE_APP_NODE_ENV==='dev' ) { %>
<script>
// window.SITE_CONFIG['apiURL'] = 'http://192.168.1.140/api'
window.SITE_CONFIG['apiURL'] = 'http://118.190.150.119:41080/api'
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.140/api'
// window.SITE_CONFIG['apiURL'] = 'http://118.190.150.119:41080/api'
// window.SITE_CONFIG['apiURL'] = 'https://epmet-dev.elinkservice.cn/api'
</script>
<% } %>
@ -69,4 +69,4 @@
<div id="app"></div>
</body>
</html>
</html>

Loading…
Cancel
Save