update 优化 登出之后清理tabs

dev
疯狂的狮子Li 9 months ago
parent 30e1ea1c6d
commit de926211ef

@ -171,6 +171,7 @@ const logout = async () => {
redirect: encodeURIComponent(router.currentRoute.value.fullPath || '/')
}
});
proxy?.$tab.closeAllPage();
});
};

Loading…
Cancel
Save