This commit is contained in:
2023-08-10 10:20:21 +08:00
parent 58fe569ba0
commit 5a537dd66e
10 changed files with 275 additions and 123 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2022-08-22 14:57:50
* @LastEditors: zwq
* @LastEditTime: 2023-06-02 10:02:23
* @LastEditTime: 2023-08-07 16:11:40
* @Description:
-->
<!DOCTYPE html>
@@ -58,7 +58,7 @@
<% if (process.env.VUE_APP_NODE_ENV === 'prod') { %>
<script>
window.SITE_CONFIG['apiURL'] = '/api'; // api请求地址
window.SITE_CONFIG['wbURL'] = '192.168.1.12:8080/ym-wms-wcs';
window.SITE_CONFIG['wbURL'] = '192.168.1.101:8080/ym-wms-wcs';
</script>
<% } %>
</head>