闫增涛
2 天以前 d67ed2a8624edf2f81fb3cb623f1c5f8d3ef671b
src/books/artInitiationForAges0to3/view/components/index.vue
@@ -40,6 +40,7 @@
</template>
<script>
import Vue from "vue";
import pageHeader from "./header.vue";
import chapterOne from "./chapter001.vue";
//   import chapterTwo from "./chapter002.vue";
@@ -183,8 +184,8 @@
    }, 500);
    // 测试页面跳转
    setTimeout(() => {
      this.gotoPage(2, 9);
    // setTimeout(() => {
    //   this.gotoPage(2, 23);
    //   setTimeout(() => {
    //     this.renderSign("Highlight", {
    //       id: "2ACA9359",
@@ -198,7 +199,7 @@
    //     ids: ["2ACA9359"]
    //   });
    // }, 2000);
    }, 500);
    // }, 500);
    // const pageDom = (this.container ? this.container : document)
    //   .querySelector("#app")