| | |
| | | <!-- <chapterTwo v-if="showCatalogList.indexOf(3) > -1" :showPageList="loadPageList"></chapterTwo> |
| | | <chapterThree v-if="showCatalogList.indexOf(4) > -1" :showPageList="loadPageList"></chapterThree> |
| | | <chapterFour v-if="showCatalogList.indexOf(5) > -1" :showPageList="loadPageList"></chapterFour> --> |
| | | <chapterSeven v-if="showCatalogList.indexOf(3) > -1" :showPageList="loadPageList"></chapterSeven> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | // import chapterTwo from "./chapter002.vue"; |
| | | // import chapterThree from "./chapter003.vue"; |
| | | // import chapterFour from "./chapter004.vue"; |
| | | import chapterSeven from "./chapter007.vue"; |
| | | import NoteIcon from "@/assets/images/biji.png"; |
| | | import _ from "lodash"; |
| | | import Swiper from "swiper/bundle"; |
| | |
| | | |
| | | // 测试页面跳转 |
| | | setTimeout(() => { |
| | | // this.gotoPage(3, 43); |
| | | // this.gotoPage(3, 220); |
| | | // setTimeout(() => { |
| | | // this.renderSign("Highlight", { |
| | | // id: "2ACA9359", |
| | |
| | | // chapterTwo, |
| | | // chapterThree, |
| | | // chapterFour |
| | | chapterSeven |
| | | }; |
| | | // 遍历所有章节文件 |
| | | for (const key in pageData) { |
| | |
| | | components: { |
| | | pageHeader, |
| | | chapterOne, |
| | | |
| | | // chapterTwo, |
| | | // chapterThree, |
| | | // chapterFour |
| | | chapterSeven |
| | | }, |
| | | }; |
| | | </script> |