From e45d29c4ff34631a2ca2c7c0933589678aeee4d6 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Wed, 25 Jun 2025 16:44:00 +0800 Subject: [PATCH] =?UTF-8?q?v3.8.1=E5=8F=91=E5=B8=83=EF=BC=8C=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=89=8D=E7=AB=AF=E4=BB=A3=E7=A0=81(=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E6=B3=A8=E9=87=8A=E4=BB=AA=E8=A1=A8=E7=9B=98=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E5=88=B7=E6=96=B0=E5=8A=9F=E8=83=BD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/header/components/user-dropdown/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jeecgboot-vue3/src/layouts/default/header/components/user-dropdown/index.vue b/jeecgboot-vue3/src/layouts/default/header/components/user-dropdown/index.vue index aa9ae0a76..a62abf4ca 100644 --- a/jeecgboot-vue3/src/layouts/default/header/components/user-dropdown/index.vue +++ b/jeecgboot-vue3/src/layouts/default/header/components/user-dropdown/index.vue @@ -123,8 +123,9 @@ // 清除缓存 async function clearCache() { const result = await refreshCache(); - const dragRes = await refreshDragCache(); - console.log('dragRes', dragRes); + //TODO 当前版本还不支持刷新缓存,需要等jimibi升级 + // const dragRes = await refreshDragCache(); + // console.log('dragRes', dragRes); if (result.success) { const res = await queryAllDictItems(); removeAuthCache(DB_DICT_DATA_KEY);