From 0c4042a0ced8f17c8f93f96ff3394e25b8338fa8 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期一, 30 十二月 2024 11:56:15 +0800
Subject: [PATCH] 服务礼仪样章

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

diff --git a/src/books/aviationEtiquette/view/components/index.vue b/src/books/aviationEtiquette/view/components/index.vue
index 3f21b3b..67ab14f 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,
@@ -217,8 +216,6 @@
             event.target.scrollHeight - this.loadThreshold
           ) {
             console.log(1);
-  
-            debugger
             // 鍒拌揪闃堝��
             if (
               this.showCatalogList[this.showCatalogList.length - 1] <

--
Gitblit v1.9.1