闫增涛
2024-05-28 6016198229e16f20be1bf55df64b9f363e27b698
src/App.vue
@@ -55,7 +55,7 @@
    } else {
      this.activeBook = await this.config.getBookConfig(
        // childHealth
        this.config.resourceCtx + "english"
        this.config.resourceCtx + "childHealth"
      );
      console.log("ac", this.activeBook);
      this.config.activeBook = this.activeBook;
@@ -103,5 +103,7 @@
.notesline {
  padding-bottom: 2px;
  border-bottom: 2px solid;
  cursor: pointer;
}
</style>