Update user.ts

pull/824/head
kezhijie 2023-10-31 12:44:27 +08:00
parent 3574fd5579
commit d1b81ad018
1 changed files with 2 additions and 2 deletions

View File

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