Browse Source

恢复qa规避验证码

ellisran 1 year ago
parent
commit
b94105cef8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/project_account.js

+ 1 - 1
app/service/project_account.js

@@ -180,7 +180,7 @@ module.exports = app => {
                         loginStatus = 1;
                     }
                     // dev-qa下默认副密码登录,规避验证码
-                    // if (this.ctx.app.config.is_debug) loginStatus = 1;
+                    if (this.ctx.app.config.is_debug) loginStatus = 1;
                     // }
                 } else if (loginType === 3) {
                     // 查找项目数据