fix: 修复聊天记录播放音频重叠播放的问题

This commit is contained in:
zhuoqinglian
2026-03-20 16:21:58 +08:00
parent 1c5dacd2d5
commit 3aecb99f70
3 changed files with 38 additions and 5 deletions
-1
View File
@@ -58,7 +58,6 @@ export default new Vuex.Store({
return new Promise((resolve) => {
commit('clearAuth')
goToPage(Constant.PAGE.LOGIN, true);
window.location.reload(); // 彻底重置状态
})
},
// 添加获取公共配置的 action