解决登录报错 Cannot destructure property "userlnfo' of (intermediate value)' as it is undefined. #812

pull/824/head^2
zhangdaiscott 2023-10-31 13:46:48 +08:00
parent ce1aa4264f
commit 734068c685
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ export const useUserStore = defineStore({
//update-end---author:wangshuai ---date:20230424 for【QQYUN-5195】登录之后直接刷新页面导致没有进入创建组织页面------------
// 当前页面打开
window.open(redirect, '_self')
return;
return data;
}
// update-end-author:sunjianlei date:20230306 for: 修复登录成功后,没有正确重定向的问题