Browse Source

修改路径

hotfix/yujt_opt_events
曲树通 5 years ago
parent
commit
bc0b5ef84b
  1. 4
      public/index.html

4
public/index.html

@ -1,4 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
@ -53,7 +53,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-yushan.elinkservice.cn/epdc-api' window.SITE_CONFIG['apiURL'] = 'https://epdc-luzhou.elinkservice.cn/epdc-api'
</script> </script>
<% } %> <% } %>
</head> </head>

Loading…
Cancel
Save