From 84e14a34a082e00aa2d47a64ee36398088c12aec Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 16 九月 2022 14:37:51 +0800
Subject: [PATCH] 添加http服务功能、取消网络和sockte链接检查

---
 src/stores/sockteInfo.ts |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/stores/sockteInfo.ts b/src/stores/sockteInfo.ts
index e6d68bf..ba6d471 100644
--- a/src/stores/sockteInfo.ts
+++ b/src/stores/sockteInfo.ts
@@ -55,6 +55,7 @@
         weightSockte.value.result=info.result
         weightSockte.value.resultTime=info.resultTime
         weightSockte.value.state=info.state
+        console.debug('体重秤更新')
     }
      /**
      * 更新体重秤工作状态
@@ -77,8 +78,8 @@
         xyjSockte.value.state=state
     }
       /**
-     * 更新血压计结果
-     * @param info 体重结果
+     * 更新读卡器结果
+     * @param info 读卡器结果
      */
     function setdkqSockte(info:info){
         dkqSockte.value.deviceName=info.deviceName

--
Gitblit v1.8.0