Browse Source

修改生产环境接口地址;

feature/syp_points
ZhaoTongYao 5 years ago
parent
commit
c32bfb3885
  1. 2
      public/index.html

2
public/index.html

@ -59,7 +59,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-jinshui.elinkservice.cn/epdc-api' window.SITE_CONFIG['apiURL'] = 'https://epdc-jinshui.elinkservice.cn/epdc-api'
window.SITE_CONFIG['workLogURL'] = 'https://epmet-ext9.elinkservice.cn/plugin-wrf/' //工作日志引用外链地址 window.SITE_CONFIG['workLogURL'] = 'https://epmet-ext9.elinkservice.cn/plugin-wrf' //工作日志引用外链地址
</script> </script>
<% } %> <% } %>
</head> </head>

Loading…
Cancel
Save