lrf 2 年之前
父節點
當前提交
dc383def21
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      app/service/util/install.js

+ 4 - 4
app/service/util/install.js

@@ -13,11 +13,11 @@ class InstallService extends CrudService {
   }
 
   async init() {
-    await this.initDict();
-    await this.initAdmin();
-    await this.initSelfShop();
+    // await this.initDict();
+    // await this.initAdmin();
+    // await this.initSelfShop();
     // await this.initTestCustomer();
-    await this.initGoodsTags();
+    // await this.initGoodsTags();
   }
 
   async initGoodsTags() {