mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-11-30 02:57:46 +08:00
修复登出后 F5 刷新失效的问题
This commit is contained in:
parent
27fb983d72
commit
813fae2647
@ -47,6 +47,9 @@ onMounted(() => {
|
||||
}
|
||||
})
|
||||
})
|
||||
onUnmounted(() => {
|
||||
proxy.$hotkeys.unbind('f5')
|
||||
})
|
||||
provide('reload', reload)
|
||||
function reload() {
|
||||
router.push({
|
||||
|
Loading…
Reference in New Issue
Block a user