From 435817879eebd67eaec7a192688fd6243b59737d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 01 六月 2024 15:26:32 +0800 Subject: [PATCH] Merge branch 'positec' into bms --- src/components/header/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/header/index.jsx b/src/components/header/index.jsx index 6151dc5..f06c705 100644 --- a/src/components/header/index.jsx +++ b/src/components/header/index.jsx @@ -578,6 +578,8 @@ } else { Api.updateAppVersion() Api.delCacheConfig('all') + localStorage.removeItem(window.location.href.split('#')[0] + 'AuthCode') + setTimeout(() => { notification.success({ top: 92, -- Gitblit v1.8.0