lrf402788946 3 年 前
コミット
da9c4d3922
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app.js

+ 1 - 0
app.js

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