From 40711118c33369ccad7ceda0fdd729bd9f117f65 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 22 十月 2022 14:03:11 +0800
Subject: [PATCH] 1.安灯响应静态实现

---
 pages/adgl/adhj.html |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/pages/adgl/adhj.html b/pages/adgl/adhj.html
index 7ea27c7..ff7528a 100644
--- a/pages/adgl/adhj.html
+++ b/pages/adgl/adhj.html
@@ -255,12 +255,10 @@
 				$.connection.hub.url = 'http://121.196.36.24:8001/signalr'
 				//hub杩炴帴寮�鍚�
 				$.connection.hub.start().done(function() {
-
+					// $.connection.serverTimeoutInMilliseconds = 1000 * 60 * 30
 					var username = localStorage.getItem('username');
-
 					//鍙戦�佷笂绾夸俊鎭�
 					work.server.sendLogin(username);
-
 					// const aaa = [{
 					// 	"code": "Q",
 					// 	"name": "鍛煎彨璐ㄩ噺",
@@ -269,9 +267,7 @@
 					// 		"username": "妤煎厛鐢�"
 					// 	}]
 					// }]
-
 					// work.server.sendByGroupList('妤煎厛鐢�', 'CJ002', 'SB001', aaa)
-
 					$('#submit').click(function() {
 						// vant.Notify('鐐瑰嚮浜�')
 						// const data = {
@@ -321,10 +317,13 @@
 						// 			})
 						// 		}
 						// 	})
+			
 					})
 
 
 				});
+				
+
 
 			});
 
@@ -382,7 +381,7 @@
 						falseArray.push({
 							id: '1'
 						})
-					}else{
+					} else {
 						topContentClick(topContent[0].code, topContent[0].wksp_code)
 					}
 
@@ -423,8 +422,8 @@
 		</script>
 
 	</head>
-	<!-- <body onload="scaned('SB001')"> -->
-	<body>
+	<body onload="scaned('SB001')">
+		<!-- <body> -->
 		<div id="app">
 
 			<div class="body">

--
Gitblit v1.9.3