From 79a9b832b65cedf2602fe4a620f8d81c3aa14118 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 07 九月 2023 14:06:20 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/orderLog/orderLog.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/orderLog/orderLog.js b/src/main/webapp/static/js/orderLog/orderLog.js index 46f4ae1..0c02c95 100644 --- a/src/main/webapp/static/js/orderLog/orderLog.js +++ b/src/main/webapp/static/js/orderLog/orderLog.js @@ -555,7 +555,7 @@ layer.closeAll(); layer.load(1, {shade: [0.1,'#fff']}); // location.href = "http://192.168.4.121:8082/stwms/orderCheck/printExport/auth?orderNo="+data.orderNo; - location.href = "http://10.114.97.100:8080/stwms/orderLog/printExport/auth?orderNo="+data.orderNo; + location.href = baseUrl+"/orderLog/printExport/auth?orderNo="+data.orderNo; layer.closeAll('loading'); }); } -- Gitblit v1.9.1