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