lrf402788946 4 年之前
父節點
當前提交
29e46a8ef9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controller/top.js

+ 1 - 1
app/controller/top.js

@@ -10,7 +10,7 @@ class TopController extends Controller {
 
   constructor(ctx) {
     super(ctx);
-    this.service = this.ctx.service.department;
+    this.service = this.ctx.service.top;
   }
 
 }