From f6d62eaf70440d3183cad494d08a9e8c96c3d9d8 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 08 九月 2023 12:02:36 +0800
Subject: [PATCH] 增加体重秤串口通讯

---
 src/stores/StoresConfing.ts |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/stores/StoresConfing.ts b/src/stores/StoresConfing.ts
index 5edd275..09f71de 100644
--- a/src/stores/StoresConfing.ts
+++ b/src/stores/StoresConfing.ts
@@ -9,6 +9,16 @@
         face_score:0.55,
         timeJg:10000,
         base_api:"",
+        face_push:3,
+        Is_ce_wen:false,
+        portPath:'COM5',
+        baudRate:115200,
+        Is_xyj:false,
+        xueyanjiPortPath:"COM35",
+        xueyanjiBaudRate:115200,
+        Is_tzc:false,
+        tzcPortPath:"COM34",
+        tzcBaudRate:1200
         
     })
     /**

--
Gitblit v1.8.0