lrf402788946 4 년 전
부모
커밋
34f913ada5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/controller/user.js

+ 0 - 1
app/controller/user.js

@@ -40,7 +40,6 @@ class UserController extends Controller {
 
   async businessuser() {
     const res = await this.service.businessuser(this.ctx.query);
-    console.log(res);
     this.ctx.ok({ ...res });
   }
 }