余尚辉 1 month ago
parent
commit
de6ff054ac
1 changed files with 1 additions and 1 deletions
  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 () => {
   const unInit = async () => {
-    await HS_CTI.unInit();
+    return HS_CTI.checkOut();
   }
   }
 
 
   // 下面开始事件监听
   // 下面开始事件监听