清除cdn打包 调整切换用户角色时出现的bug

This commit is contained in:
蒋吉兆
2021-09-02 23:47:47 +08:00
parent 91c015943e
commit ff9ab4b0b6
7 changed files with 15 additions and 67 deletions

View File

@@ -213,7 +213,9 @@ export default {
})
if (res.code === 0) {
emitter.emit('closeAllPage')
window.location.reload()
setTimeout(() => {
window.location.reload()
}, 1)
}
},
reload() {