From 6a5e440f1f91535b901f856b56d27cfe36840813 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期三, 11 十二月 2024 16:41:53 +0800
Subject: [PATCH] #path similarity

---
 zy-asrs-flow/src/pages/device/conveyor/index.jsx |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/zy-asrs-flow/src/pages/device/conveyor/index.jsx b/zy-asrs-flow/src/pages/device/conveyor/index.jsx
index 8c902d8..b3268ce 100644
--- a/zy-asrs-flow/src/pages/device/conveyor/index.jsx
+++ b/zy-asrs-flow/src/pages/device/conveyor/index.jsx
@@ -17,7 +17,6 @@
     const [staNo, setStaNo] = useState(null);
 
     useEffect(() => {
-        console.log('yes');
         connect();
 
         return () => {
@@ -28,7 +27,6 @@
     }, [])
 
     useEffect(() => {
-        console.log('yes');
         if (ws) {
             ws.onopen = function () {
                 console.log("open");

--
Gitblit v1.9.1