소스 검색

test: 测试登录

lanjianrong 5 년 전
부모
커밋
c10a9efa58
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
                     }
 
                 }