余尚辉 1 月之前
父节点
当前提交
de6ff054ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/store/modules/voice.js

+ 1 - 1
src/store/modules/voice.js

@@ -171,7 +171,7 @@ const useVoiceStore = defineStore('voice', () => {
 
   // 卸载实例
   const unInit = async () => {
-    await HS_CTI.unInit();
+    return HS_CTI.checkOut();
   }
 
   // 下面开始事件监听