lrf402788946 пре 4 година
родитељ
комит
da9c4d3922
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app.js

+ 1 - 0
app.js

@@ -7,6 +7,7 @@ class AppBootHook {
   // 应用已启动阶段
   // 应用已启动阶段
   async didReady() {
   async didReady() {
     // 初始化数据
     // 初始化数据
+    console.log('in function:didReady');
     const ctx = await this.app.createAnonymousContext();
     const ctx = await this.app.createAnonymousContext();
     await ctx.service.install.index();
     await ctx.service.install.index();
   }
   }