update 更新包装托盘打印

This commit is contained in:
lb
2023-08-14 14:17:04 +08:00
parent 62f625197f
commit d1bc97f42a
3 changed files with 205 additions and 53 deletions

View File

@@ -60,7 +60,7 @@
<!-- 生产环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'http://10.196.233.155:8080/pms-am';
window.SITE_CONFIG['apiURL'] = 'http://10.196.233.155/pms-am';
</script>
<% } %>
</head>