From af3ed71065bf2b2139740ce882e38e1c21b3d9ad Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期一, 30 十二月 2024 17:33:28 +0800
Subject: [PATCH] 页眉

---
 src/books/aviationEtiquette/view/components/index.vue |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/src/books/aviationEtiquette/view/components/index.vue b/src/books/aviationEtiquette/view/components/index.vue
index 3f21b3b..17ed6ff 100644
--- a/src/books/aviationEtiquette/view/components/index.vue
+++ b/src/books/aviationEtiquette/view/components/index.vue
@@ -53,7 +53,7 @@
     computed: {
       fontSize() {
         this.transformDom(this.$store.state.qiankun.fontSize)
-        return this.$store.state.qiankun.fontSize ? this.$store.state.qiankun.fontSize : 18;
+        return this.$store.state.qiankun.fontSize ? this.$store.state.qiankun.fontSize : 16;
       },
       pageZoom() {
         return this.$store.state.qiankun.scale ? this.$store.state.qiankun.scale / 100 : 1;
@@ -102,7 +102,6 @@
       // 榛樿鍔犺浇绔犺妭
       this.showCatalogList = [1];
       // 婊氬姩鐩戝惉鑺傛祦
-      debugger
       this.throttledScrollHandler = _.throttle(
         this.scrollFun,
         this.throttleThreshold,
@@ -157,8 +156,8 @@
       }, 500);
   
       // 娴嬭瘯椤甸潰璺宠浆
-      // setTimeout(() => {
-      //   this.gotoPage(3, 92);
+      setTimeout(() => {
+        this.gotoPage(2, 52);
       //   setTimeout(() => {
       //     this.renderSign("Highlight", {
       //       id: "2ACA9359",
@@ -172,7 +171,7 @@
       //     ids: ["2ACA9359"]
       //   });
       // }, 2000);
-      // }, 500);
+      }, 500);
   
       // const pageDom = (this.container ? this.container : document)
       //   .querySelector("#app")
@@ -217,8 +216,6 @@
             event.target.scrollHeight - this.loadThreshold
           ) {
             console.log(1);
-  
-            debugger
             // 鍒拌揪闃堝��
             if (
               this.showCatalogList[this.showCatalogList.length - 1] <

--
Gitblit v1.9.1