YM
2024-05-30 974ce7647ca7ef7e508a5204b9c934c929963452
src/App.vue
@@ -63,7 +63,9 @@
    } else {
      this.activeBook = await this.config.getBookConfig(
        // childHealth
        this.config.resourceCtx + "childHealth"
        // lifeCare
        // sportsAndHealth
        this.config.resourceCtx + "embedded"
      );
      // 测试试读30页
      // this.activeBook.tryPageCount = 10;
@@ -165,4 +167,9 @@
  left: 0;
  margin: auto;
}
.openImgBox img{
  cursor: zoom-in;
}
</style>