余尚辉 3 tháng trước cách đây
mục cha
commit
e400a677a2
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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
     }
   }