45
chenyincheng
2023-03-20 245efaa0449d03ec8db1faca6827d5e68b548316
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
          }