Compare commits

...

2 Commits

Author SHA1 Message Date
bc99d083c9 Merge branch 'LiWenHao'
Some checks failed
Check / lint (push) Has been cancelled
Check / typecheck (push) Has been cancelled
Check / build (build, 18.x, ubuntu-latest) (push) Has been cancelled
Check / build (build, 18.x, windows-latest) (push) Has been cancelled
Check / build (build:app, 18.x, ubuntu-latest) (push) Has been cancelled
Check / build (build:app, 18.x, windows-latest) (push) Has been cancelled
Check / build (build:mp-weixin, 18.x, ubuntu-latest) (push) Has been cancelled
Check / build (build:mp-weixin, 18.x, windows-latest) (push) Has been cancelled
2025-04-25 10:38:58 +08:00
68c867eee9 刷新通讯录bug 2025-04-25 10:38:47 +08:00

View File

@ -101,7 +101,9 @@ export function createApp() {
window.doLocationRefresh = () => { window.doLocationRefresh = () => {
//同时先清除聊天记录缓存 //同时先清除聊天记录缓存
useDialogueListStore().dialogueList.value = [] useDialogueListStore().dialogueList.value = []
dialogueStore().setDialogue = []
uniStorage.removeItem('dialogueList') uniStorage.removeItem('dialogueList')
uniStorage.removeItem('dialogue')
location.reload(true) location.reload(true)
} }