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

This commit is contained in:
liwenhao 2025-04-25 10:38:58 +08:00
commit bc99d083c9

View File

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