更新退出登录

This commit is contained in:
2025-07-28 10:04:49 +08:00
parent 1c3a25f527
commit b3b30026c9
3 changed files with 10 additions and 8 deletions

View File

@ -178,6 +178,7 @@ const handleBtns = (val) => {
window.close();
store.commit("app/clearTag", null, { immediate: true });
store.commit("permission/deleteRouter", { immediate: true });
store.commit("user/deleteKeepLiiveRoute", "home");
break;
}
};