余尚辉 1 kuukausi sitten
vanhempi
commit
de6ff054ac
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();
   }
 
   // 下面开始事件监听