From 871867d77bf116d9450f2c63c33d3f6e97c8a1e9 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期五, 08 九月 2023 13:17:31 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/order/order.js | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index 232a262..afa749e 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -588,8 +588,7 @@ layer.confirm('纭畾瀵煎嚭Excel鍚�', {shadeClose: true}, function(){ 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/order/printExport/auth?orderNo="+data.orderNo; + location.href = baseUrl+"/order/printExport/auth?orderNo="+data.orderNo; layer.closeAll('loading'); }); } -- Gitblit v1.9.1