ruifeng_liu 3 years ago
parent
commit
68e0ef8f54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -9,7 +9,7 @@ class AppBootHook {
     const ctx = await this.app.createAnonymousContext();
     const ctx = await this.app.createAnonymousContext();
     // 检查种子
     // 检查种子
     // await ctx.service.install.index();
     // await ctx.service.install.index();
-    await ctx.service.util.rabbitMq.mission();
+    // await ctx.service.util.rabbitMq.mission();
   }
   }
 
 
 }
 }