@@ -171,7 +171,7 @@ const useVoiceStore = defineStore('voice', () => {
// 卸载实例
const unInit = async () => {
- await HS_CTI.unInit();
+ return HS_CTI.checkOut();
}
// 下面开始事件监听