Browse Source

修改正式环境工作日志服务地址

feature/syp_points
liuchuang 4 years ago
parent
commit
7e45fe14ea
  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-ext1-py.elinkservice.cn/plugin-wrf' //工作日志引用外链地址
</script> </script>
<% } %> <% } %>
</head> </head>

Loading…
Cancel
Save