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 |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/stores/StoresConfing.ts b/src/stores/StoresConfing.ts
index 8eeb2d1..09f71de 100644
--- a/src/stores/StoresConfing.ts
+++ b/src/stores/StoresConfing.ts
@@ -12,7 +12,13 @@
         face_push:3,
         Is_ce_wen:false,
         portPath:'COM5',
-        baudRate:115200
+        baudRate:115200,
+        Is_xyj:false,
+        xueyanjiPortPath:"COM35",
+        xueyanjiBaudRate:115200,
+        Is_tzc:false,
+        tzcPortPath:"COM34",
+        tzcBaudRate:1200
         
     })
     /**

--
Gitblit v1.8.0