Browse Source

修改生产环境接口地址

master
liuchuang 6 years ago
parent
commit
a2a21b51b8
  1. 2
      public/index.html

2
public/index.html

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

Loading…
Cancel
Save