From ae8133da95a2b209ac9114478e86c560676bc90d Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期四, 23 五月 2024 15:21:46 +0800
Subject: [PATCH] 修改分页

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

diff --git a/src/books/lifeCare/index.vue b/src/books/lifeCare/index.vue
index 6f44c79..bdc7a35 100644
--- a/src/books/lifeCare/index.vue
+++ b/src/books/lifeCare/index.vue
@@ -14,7 +14,7 @@
       <ChapterThree v-if="showCatalogList.indexOf(3) > -1" />
       <ChapterFour v-if="showCatalogList.indexOf(4) > -1" />
       <ChapterFive v-if="showCatalogList.indexOf(5) > -1" />
-      <chapterSix v-if="showCatalogList.indexOf(6) > -1" />
+      <!-- <chapterSix v-if="showCatalogList.indexOf(6) > -1" /> -->
       <!-- <chapterSix /> -->
       <!-- <chapterSeven /> -->
       <!-- <chapterEight /> -->

--
Gitblit v1.9.1