unknown
2024-05-28 2c85d49d5e4fb5ed4454cdaf06143ed0d9d131b7
src/App.vue
@@ -55,11 +55,9 @@
    } else {
      this.activeBook = await this.config.getBookConfig(
        // childHealth
        this.config.resourceCtx + "childHealth"
        this.config.resourceCtx + "lifeCare"
      );
      console.log("ac", this.activeBook);
      this.config.activeBook = this.activeBook;
      debugger;
      this.config.goodsStore = this.activeBook.storeRefcode;
    }
  },