lrf vor 2 Jahren
Ursprung
Commit
dc383def21
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  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() {
   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.initTestCustomer();
-    await this.initGoodsTags();
+    // await this.initGoodsTags();
   }
   }
 
 
   async initGoodsTags() {
   async initGoodsTags() {