refactor: 优化退出登录后刷新页面

--bug=1049954 --user=王孝刚 【系统设置】退出登录后登录页面刷新两次,需优化 https://www.tapd.cn/57709429/s/1624834
This commit is contained in:
wxg0103 2024-12-04 15:03:54 +08:00 committed by wxg
parent d314e497f8
commit 6dc8831a82

View File

@ -252,11 +252,6 @@ onMounted(() => {
}
})
})
onBeforeMount(() => {
if (user.isEnterprise()) {
user.theme(loading)
}
})
</script>
<style lang="scss" scope>
.login-gradient-divider {