tanghaolin
2024-11-20 586b00bf2ea9e11c3dd1d27efa3d2ae67d3c3e53
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);
      }
    });