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

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

@@ -154,8 +154,9 @@ const useVoiceStore = defineStore('voice', () => {
   // 卸载实例
   const unInit = async () => {
     if ( HS_CTI ) {
+      const res = await HS_CTI.unInit();
       HS_CTI = null;
-      return await HS_CTI.unInit();
+      return res
     }
   }