mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
refactor: 优化退出登录后刷新页面
--bug=1049954 --user=王孝刚 【系统设置】退出登录后登录页面刷新两次,需优化 https://www.tapd.cn/57709429/s/1624834
This commit is contained in:
parent
d314e497f8
commit
6dc8831a82
|
|
@ -252,11 +252,6 @@ onMounted(() => {
|
|||
}
|
||||
})
|
||||
})
|
||||
onBeforeMount(() => {
|
||||
if (user.isEnterprise()) {
|
||||
user.theme(loading)
|
||||
}
|
||||
})
|
||||
</script>
|
||||
<style lang="scss" scope>
|
||||
.login-gradient-divider {
|
||||
|
|
|
|||
Loading…
Reference in New Issue