From 586b00bf2ea9e11c3dd1d27efa3d2ae67d3c3e53 Mon Sep 17 00:00:00 2001 From: tanghaolin <1723298894@qq.com> Date: 星期三, 20 十一月 2024 16:05:53 +0800 Subject: [PATCH] 修改登录是不勾选记住密码,导致的刷新token是的异常问题 --- login/login/index.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/login/login/index.js b/login/login/index.js index 2539aa2..64ba9e4 100644 --- a/login/login/index.js +++ b/login/login/index.js @@ -176,6 +176,8 @@ userInfo.EmployeeID = return_user.EmployeeID; //浣跨敤鍛樺伐ID userInfo.CorpID = return_user.LoginAccount.ID; userInfo.RealName = return_user.Name; + userInfo.phone = that.data.phone + userInfo.password = that.data.password that.loginSuccessCb(userInfo); } }); -- Gitblit v1.9.3