소스 검색

Merge branch 'develop' of ssh://gitlab.fuxicarbon.com:1111/hongshan/voiceMate-web into develop

sunxiao 1 개월 전
부모
커밋
a1fe1dd911
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();
   }
 
   // 下面开始事件监听