Browse Source

修改生产环境地址;

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

2
public/index.html

@ -59,7 +59,7 @@
<% if (process.env.VUE_APP_NODE_ENV === 'prod') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'https://epdc-jinshui.elinkservice.cn/epdc-api'
window.SITE_CONFIG['workLogURL'] = 'https://epdc-jinshui.elinkservice.cn/plugin-wrf' //工作日志引用外链地址
window.SITE_CONFIG['workLogURL'] = 'https://epmet-ext9.elinkservice.cn/plugin-wrf/' //工作日志引用外链地址
</script>
<% } %>
</head>

Loading…
Cancel
Save