lrf 2 gadi atpakaļ
vecāks
revīzija
dc383def21
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  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() {