修复登出后 F5 刷新失效的问题

This commit is contained in:
hooray 2022-07-11 18:22:51 +08:00
parent 27fb983d72
commit 813fae2647

View File

@ -47,6 +47,9 @@ onMounted(() => {
}
})
})
onUnmounted(() => {
proxy.$hotkeys.unbind('f5')
})
provide('reload', reload)
function reload() {
router.push({