@@ -119,7 +119,6 @@
tool.data.remove('MENU')
tool.data.remove('PERMISSIONS')
tool.cookie.remove('Token')
- Modal.destroyAll();
router.replace({ path: '/slogin' })
})
.catch(() => {
@@ -127,6 +126,11 @@
location.reload()
+ .finally(() => {
+ setTimeout(() => {
+ Modal.destroyAll()
+ }, 10)
+ })
},
onCancel() {}