From 467f4510d538001886f82430f7c2d4b657d813c4 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 03 六月 2024 11:41:11 +0800
Subject: [PATCH] 优化

---
 src/books/lifeCare/index.vue |    2 +-
 src/App.vue                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index eff2cc5..bba49f4 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -70,7 +70,7 @@
         // embedded
         // english
         // artAndDance
-        this.config.resourceCtx + "lifeCare"
+        this.config.resourceCtx + "artAndDance"
       );
       // 娴嬭瘯璇曡30椤�
       // this.activeBook.tryPageCount = 10;
diff --git a/src/books/lifeCare/index.vue b/src/books/lifeCare/index.vue
index 6da3efd..6491730 100644
--- a/src/books/lifeCare/index.vue
+++ b/src/books/lifeCare/index.vue
@@ -186,7 +186,7 @@
   },
   mounted() {
     // 榛樿鍔犺浇绔犺妭
-    this.showCatalogList = [2];
+    this.showCatalogList = [1];
     // 婊氬姩鐩戝惉鑺傛祦
     this.throttledScrollHandler = _.throttle(
       this.scrollFun,

--
Gitblit v1.9.1