lrf 2 lat temu
rodzic
commit
dc383def21
1 zmienionych plików z 4 dodań i 4 usunięć
  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() {