From 76c523770a033a63c99145a525572d51782be1fe Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 01 九月 2023 11:55:12 +0800
Subject: [PATCH] 添加白屏处理

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

diff --git a/src/stores/StoresConfing.ts b/src/stores/StoresConfing.ts
index 8eeb2d1..4668ffd 100644
--- a/src/stores/StoresConfing.ts
+++ b/src/stores/StoresConfing.ts
@@ -12,7 +12,10 @@
         face_push:3,
         Is_ce_wen:false,
         portPath:'COM5',
-        baudRate:115200
+        baudRate:115200,
+        Is_xyj:false,
+        xueyanjiPortPath:"COM35",
+        xueyanjiBaudRate:115200
         
     })
     /**

--
Gitblit v1.8.0