From de1f177a82e24e72ad002f87c6cfb75a24eb5673 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Wed, 26 Feb 2025 10:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=9F=E6=88=B7bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/components/LoginForm.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/login/components/LoginForm.vue b/src/views/login/components/LoginForm.vue index c522ad7b3..ace7494a6 100644 --- a/src/views/login/components/LoginForm.vue +++ b/src/views/login/components/LoginForm.vue @@ -245,6 +245,9 @@ import { getSwitchByCode } from '@/api/wms/switch' loginLoading.value = true try { + const { wsCache } = useCache() + // 登陆成功先清空遗留的缓存 + wsCache.clear() await getTenantId() const data = await validForm() @@ -298,9 +301,6 @@ import { getSwitchByCode } from '@/api/wms/switch' getCode() return } - const { wsCache } = useCache() - // 登陆成功先清空遗留的缓存 - wsCache.clear() loading.value = ElLoading.service({ lock: true, text: '正在加载系统中...',