Commit 5bb3fe38 authored by 李纪文's avatar 李纪文

fix: 广州节水网关参数传递

parent 1de057d1
Pipeline #93684 passed with stages
......@@ -1564,7 +1564,7 @@ class Login {
loginHandlerValidate(user, pwd, userPhone, isRememberPWD, ref, validateCode = '') {
const self = this;
if(this.globalConfig?.isVerification == 1) return self.loginValidate(user, pwd, userPhone, isRememberPWD, '', validateCode);
if(this.globalConfig?.isVerification == 1) return self.loginValidate(user, pwd, userPhone, isRememberPWD, SERVICE_APP_LOGIN_MODE.password, validateCode);
if (user && pwd) {
if (self.loginFailed && self.captchaObj) {
self.captchaObj.verify();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment