Compare commits
No commits in common. "bc99d083c97255f70ee2340f6519051d22ddab68" and "dd31ad21bec81ca2c6c671c00cb6aeb9714a28be" have entirely different histories.
bc99d083c9
...
dd31ad21be
@ -101,9 +101,7 @@ 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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user