Browse Source

uat扫码推送

laiguoran 4 years ago
parent
commit
cf587120aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/login_controller.js

+ 1 - 1
app/controller/login_controller.js

@@ -308,7 +308,7 @@ module.exports = app => {
                     ctx.redirect('/dashboard');
                 }
             } catch (error) {
-                this.log(error);
+                // this.log(error);
                 ctx.session.loginError = error;
             }
             const errorMessage = ctx.session.loginError;