|
@@ -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() {
|