| | |
| | | transformOrigin: 'center top', |
| | | }" |
| | | > |
| | | <!-- <pageHeader |
| | | <pageHeader |
| | | v-if="showCatalogList.indexOf(1) > -1" |
| | | :showPageList="loadPageList" |
| | | ></pageHeader> --> |
| | | ></pageHeader> |
| | | <chapterOne |
| | | v-if="showCatalogList.indexOf(1) > -1" |
| | | :showPageList="loadPageList" |
| | |
| | | |
| | | <script> |
| | | import Vue from "vue"; |
| | | // import pageHeader from "./front001"; |
| | | import pageHeader from "./front001"; |
| | | import chapterOne from "./chapter001.vue"; |
| | | // import chapterTwo from './chapter002.vue' |
| | | // import chapterThree from './chapter003.vue' |
| | |
| | | |
| | | // 测试页面跳转 |
| | | setTimeout(() => { |
| | | this.gotoPage(1, 1); |
| | | this.gotoPage(2, 10); |
| | | // setTimeout(() => { |
| | | // this.renderSign("Highlight", { |
| | | // id: "2ACA9359", |
| | |
| | | let catalogIndex = 0; |
| | | // 所有章节组件(每本书制作时单独配置) |
| | | const pageData = { |
| | | // pageHeader, |
| | | pageHeader, |
| | | chapterOne, |
| | | // chapterTwo, |
| | | // chapterThree, |
| | |
| | | // }, |
| | | }, |
| | | components: { |
| | | // pageHeader, |
| | | pageHeader, |
| | | chapterOne, |
| | | // chapterTwo, |
| | | // chapterThree, |