Browse Source

uat扫码推送

laiguoran 4 năm trước cách đây
mục cha
commit
cf587120aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;