From 245efaa0449d03ec8db1faca6827d5e68b548316 Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期一, 20 三月 2023 22:42:50 +0800
Subject: [PATCH] 45

---
 src/views/home/index.vue |    6 +++---
 package.json             |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 43f3e7f..6472b45 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "sign-tool",
-  "version": "2.5.2",
+  "version": "2.5.3",
   "icon": "public/favicon.ico",
   "main": "dist/electron/main/index.js",
   "author": "",
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index ec2126a..b04fdec 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -168,9 +168,9 @@
         }
         // 没有找到患者
         else if (patientInfo.value.name === '') {
-          speech.value?.speak({ text: "没有找到患者,请重新刷卡" }).then(() => {
-            console.log("播报完成...")
-          })
+          // speech.value?.speak({ text: "没有找到患者,请重新刷卡" }).then(() => {
+          //   console.log("播报完成...")
+          // })
           if (isUseFaceRecogService.value) {
             state.dialogVisible = true
           }

--
Gitblit v1.8.0