Browse Source

test: 测试登录

lanjianrong 5 năm trước cách đây
mục cha
commit
c10a9efa58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/service/project_account.js

+ 1 - 1
app/service/project_account.js

@@ -245,7 +245,7 @@ module.exports = app => {
                     this.ctx.session.sessionProjectList = projectList;
                     if (loginStatus === loginWay.normalPsw) {
                         // 正常登录-记录登录日志
-                        await this.ctx.service.loginLogging.addLoginLog();
+                        // await this.ctx.service.loginLogging.addLoginLog();
                     }
 
                 }