完成租户登录

This commit is contained in:
2025-10-29 23:07:53 +08:00
parent b9938b4c0d
commit ddf90424ba
43 changed files with 7761 additions and 474 deletions
+3
View File
@@ -91,6 +91,9 @@ const handleCommand = (command) => {
// 清除缓存中的user数据
localStorage.removeItem('user');
sessionStorage.removeItem('user');
//清除租户数据
localStorage.removeItem('tenant');
sessionStorage.removeItem('tenant');
router.push('/login');
}
};