This commit is contained in:
qsh
2025-05-27 11:38:18 +08:00
parent 5f196eebae
commit 6db7edfc2f
4 changed files with 10 additions and 8 deletions

View File

@@ -200,8 +200,6 @@ const handleLogin = async (params) => {
if (res?.tenantId) {
authUtil.setTenantId(res.tenantId)
}
// 设置userId
localStorage.setItem('userId', res.userId)
ElLoading.service({
lock: true,