From 6dc8831a826ccc6d8c878743c79b8dea7bfce3f7 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Wed, 4 Dec 2024 15:03:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E9=80=80?= =?UTF-8?q?=E5=87=BA=E7=99=BB=E5=BD=95=E5=90=8E=E5=88=B7=E6=96=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1049954 --user=王孝刚 【系统设置】退出登录后登录页面刷新两次,需优化 https://www.tapd.cn/57709429/s/1624834 --- ui/src/views/login/index.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/src/views/login/index.vue b/ui/src/views/login/index.vue index a6f4ce0ef..157991366 100644 --- a/ui/src/views/login/index.vue +++ b/ui/src/views/login/index.vue @@ -252,11 +252,6 @@ onMounted(() => { } }) }) -onBeforeMount(() => { - if (user.isEnterprise()) { - user.theme(loading) - } -})