From 509d38a14718ec9c76220b3a34bfe9dcb28c682c Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 18 七月 2023 17:56:09 +0800
Subject: [PATCH] 新增测温功能

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

diff --git a/src/stores/StoresConfing.ts b/src/stores/StoresConfing.ts
index ce9264c..8eeb2d1 100644
--- a/src/stores/StoresConfing.ts
+++ b/src/stores/StoresConfing.ts
@@ -10,6 +10,9 @@
         timeJg:10000,
         base_api:"",
         face_push:3,
+        Is_ce_wen:false,
+        portPath:'COM5',
+        baudRate:115200
         
     })
     /**

--
Gitblit v1.8.0