余尚辉 hai 1 mes
pai
achega
de6ff054ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
   }
 
   // 下面开始事件监听