闫增涛
2024-05-24 2d685f5d2ad5bf41833b3545fefe04ab17b6f96f
src/App.vue
@@ -46,9 +46,12 @@
      });
    } else {
      this.activeBook = await this.config.getBookConfig(
        this.config.resourceCtx + "childHealth"
        // childHealth
        this.config.resourceCtx + "english"
      );
      console.log('ac',this.activeBook);
      this.config.activeBook = this.activeBook;
      debugger
      this.config.goodsStore = this.activeBook.storeRefcode;
    }
  }