From 23cbeff293c7f71b7769d1a94bd5def3a24c20b1 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期一, 28 七月 2025 09:43:32 +0800 Subject: [PATCH] 幼儿园语言教育与活动指导 --- src/books/civilServices/view/components/index.vue | 18 +++--------------- 1 files changed, 3 insertions(+), 15 deletions(-) diff --git a/src/books/civilServices/view/components/index.vue b/src/books/civilServices/view/components/index.vue index 0535a34..bae448b 100644 --- a/src/books/civilServices/view/components/index.vue +++ b/src/books/civilServices/view/components/index.vue @@ -36,6 +36,7 @@ </template> <script> +import Vue from "vue"; import pageHeader from "./header.vue"; import chapterOne from "./chapter001.vue"; import chapterTwo from "./chpater002.vue"; @@ -179,22 +180,9 @@ }, 500); // 娴嬭瘯椤甸潰璺宠浆 - setTimeout(() => { - this.gotoPage(4,140); - // setTimeout(() => { - // this.renderSign("Highlight", { - // id: "2ACA9359", - // txt: "棰樹竴瀛︿範涓婚涓� 杩愬姩", - // page: "10", - // type: "Highlight", - // color: "#F5E12A" - // }); // setTimeout(() => { - // this.delSign({ - // ids: ["2ACA9359"] - // }); - // }, 2000); - }, 500); + // this.gotoPage(3,33); + // }, 500); // const pageDom = (this.container ? this.container : document) // .querySelector("#app") -- Gitblit v1.9.1