zhongshujie
2025-02-13 1453ff2ca9930c8f1d0f9eb7d4c59e1d528649b9
src/books/aurturingAndEducationAged0to3/view/components/index.vue
@@ -15,11 +15,11 @@
          v-if="showCatalogList.indexOf(1) > -1"
          :showPageList="loadPageList"
        ></pageHeader>
        <!-- <chapterOne
        <chapterOne
          v-if="showCatalogList.indexOf(2) > -1"
          :showPageList="loadPageList"
        ></chapterOne>
        <chapterTwo
        <!-- <chapterTwo
          v-if="showCatalogList.indexOf(3) > -1"
          :showPageList="loadPageList"
        ></chapterTwo>
@@ -47,7 +47,7 @@
  
  <script>
  import pageHeader from "./header.vue";
//   import chapterOne from "./chapter001.vue";
  import chapterOne from "./chapter001.vue";
//   import chapterTwo from "./chapter002.vue";
//   import chapterThree from "./chapter003.vue";
//   import chapterFour from "./chapter004.vue";
@@ -64,7 +64,7 @@
    name: "pageContent",
    data() {
      return {
        catalogLength: 1, // 总章节数
        catalogLength: 2, // 总章节数
        showCatalogList: [], // 显示的章节
        loadThreshold: 300, // 触发加载阈值
        throttleThreshold: 100, // 节流阈值
@@ -86,7 +86,7 @@
        this.transformDom(this.$store.state.qiankun.fontSize);
        return this.$store.state.qiankun.fontSize
          ? this.$store.state.qiankun.fontSize
          : 14;
          : 18;
      },
      pageZoom() {
        return this.$store.state.qiankun.scale
@@ -192,7 +192,7 @@
  
      // 测试页面跳转
      setTimeout(() => {
        this.gotoPage(2, 10);
        this.gotoPage(1, 1);
        //   setTimeout(() => {
        //     this.renderSign("Highlight", {
        //       id: "2ACA9359",
@@ -744,7 +744,7 @@
        // 所有章节组件(每本书制作时单独配置)
        const pageData = {
          pageHeader,
        //   chapterOne,
          chapterOne,
        //   chapterTwo,
        //   chapterThree,
        //   chapterFour,
@@ -974,7 +974,7 @@
    },
    components: {
      pageHeader,
    //   chapterOne,
      chapterOne,
    //   chapterTwo,
    //   chapterThree,
    //   chapterFour,