Browse Source

-修改shibeimaster服务地址

shibei_master
jianjun 4 years ago
parent
commit
1eae186c18
  1. 2
      public/index.html

2
public/index.html

@ -64,7 +64,7 @@
<!-- 生产环境 -->
<% if (process.env.VUE_APP_NODE_ENV==='prod' ) { %>
<script>
window.SITE_CONFIG['apiURL'] = 'https://epmet-cloud.elinkservice.cn/api'
window.SITE_CONFIG['apiURL'] = 'https://epdc-shibei.elinkservice.cn/api'
</script>
<% } %>
</head>

Loading…
Cancel
Save