From a78bf9dadeb48b87bd2cdee6ae589f0847fc78d7 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 24 七月 2025 00:14:23 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/toddlerGameImplementation/view/components/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/books/toddlerGameImplementation/view/components/index.vue b/src/books/toddlerGameImplementation/view/components/index.vue index f63b78e..d8f35e7 100644 --- a/src/books/toddlerGameImplementation/view/components/index.vue +++ b/src/books/toddlerGameImplementation/view/components/index.vue @@ -38,7 +38,7 @@ import chapterFour from "./chapter004.vue"; import chapterFive from "./chapter005.vue"; import chapterSix from "./chapter006.vue"; -import chapterSeven from "./chapter007.vue"; +import chapterSeven from "./chapter006.vue"; import NoteIcon from "@/assets/images/biji.png"; import getQuestionList from "@/assets/methods/examination"; import testData from "../../assets/examinationList"; @@ -178,9 +178,9 @@ }, 500); // 娴嬭瘯椤甸潰璺宠浆 - setTimeout(() => { - this.gotoPage(4, 59); - }, 500); + // setTimeout(() => { + // this.gotoPage(4, 80); + // }, 500); // const pageDom = (this.container ? this.container : document) // .querySelector("#app") -- Gitblit v1.9.1