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 });
   }
 }