From 99e4035bdb26ff8f5cf0e6bb911f1cdb3a2dd290 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期六, 09 九月 2023 16:59:24 +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