Browse Source

修改生产环境接口地址

feature/syp_points
liuchuang 5 years ago
parent
commit
a3c0cee84a
  1. 2
      public/index.html

2
public/index.html

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

Loading…
Cancel
Save