From b981a3f6af44e03a276ff431a65022ee4f4802b9 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期二, 07 一月 2025 16:05:52 +0800 Subject: [PATCH] bug --- src/books/aviationSafety/view/components/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/books/aviationSafety/view/components/index.vue b/src/books/aviationSafety/view/components/index.vue index 322a9e8..6dc5e06 100644 --- a/src/books/aviationSafety/view/components/index.vue +++ b/src/books/aviationSafety/view/components/index.vue @@ -164,8 +164,8 @@ }, 500); // 娴嬭瘯椤甸潰璺宠浆 - setTimeout(() => { - this.gotoPage(1,1); + // setTimeout(() => { + // this.gotoPage(3,22); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", @@ -179,7 +179,7 @@ // ids: ["2ACA9359"] // }); // }, 2000); - }, 500); + // }, 500); // const pageDom = (this.container ? this.container : document) // .querySelector("#app") -- Gitblit v1.9.1