From 4a005e0d39e74f0175d67d0d6f06ae438f3a6c50 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期四, 30 五月 2024 18:32:27 +0800
Subject: [PATCH] 分页修改

---
 src/App.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 23906da..96d9efc 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -50,7 +50,6 @@
           if (tryPageCount) {
             this.activeBook.tryPageCount = tryPageCount;
           }
-          console.log("鍥句功", this.activeBook);
           if (
             (this.$store.state.qiankun, this.$store.state.qiankun.getBookConfig)
           ) {
@@ -65,7 +64,7 @@
         // childHealth
         // lifeCare
         // sportsAndHealth
-        this.config.resourceCtx + "sportsAndHealth"
+        this.config.resourceCtx + "lifeCare"
       );
       // 娴嬭瘯璇曡30椤�
       // this.activeBook.tryPageCount = 10;

--
Gitblit v1.9.1