From 2e902da561d39e4d5e515d7b3289528656f04f47 Mon Sep 17 00:00:00 2001 From: "@0Melon0" <576788380@qq.com> Date: Thu, 11 Jul 2024 14:06:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/waitList/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/waitList/index.vue b/src/views/waitList/index.vue index 72d9ee0..0aff9d2 100644 --- a/src/views/waitList/index.vue +++ b/src/views/waitList/index.vue @@ -233,7 +233,7 @@ export default { // 添加 onend 事件处理器 utterance.onend = function () { this.popupMsg = ''; - Notification.colseAll(); + // Notification.colseAll(); console.log('Speech has finished.'); };