From 443a96373c97582776520581a80df121ad05df65 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期六, 19 七月 2025 11:12:35 +0800
Subject: [PATCH] 优化

---
 src/App.vue                                             |    2 +-
 src/books/preschoolEvaluation/view/components/index.vue |   15 +--------------
 2 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 520a686..399250f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -207,7 +207,7 @@
         process.env.VUE_APP_RESOURCE_CTX +
         (process.env.VUE_APP_ENV == "product"
           ? process.env.VUE_APP_BOOK_ID
-          : "textToddlerSportsSafetyProtection")
+          : "preschoolEvaluation")
       );
       // 娴嬭瘯璇曡30椤�
       // this.activeBook.tryPageCount = 10;
diff --git a/src/books/preschoolEvaluation/view/components/index.vue b/src/books/preschoolEvaluation/view/components/index.vue
index 66a4d4c..2a3f685 100644
--- a/src/books/preschoolEvaluation/view/components/index.vue
+++ b/src/books/preschoolEvaluation/view/components/index.vue
@@ -173,20 +173,7 @@
 
     // 娴嬭瘯椤甸潰璺宠浆
     setTimeout(() => {
-      this.gotoPage(2, 34);
-      //   setTimeout(() => {
-      //     this.renderSign("Highlight", {
-      //       id: "2ACA9359",
-      //       txt: "棰樹竴瀛︿範涓婚涓� 杩愬姩",
-      //       page: "10",
-      //       type: "Highlight",
-      //       color: "#F5E12A"
-      //     });
-      // setTimeout(() => {
-      //   this.delSign({
-      //     ids: ["2ACA9359"]
-      //   });
-      // }, 2000);
+      this.gotoPage(1, 1);
     }, 500);
 
     // const pageDom = (this.container ? this.container : document)

--
Gitblit v1.9.1