From 974ce7647ca7ef7e508a5204b9c934c929963452 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期四, 30 五月 2024 11:36:57 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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

diff --git a/src/App.vue b/src/App.vue
index ae6f4ce..8559dbf 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -63,7 +63,9 @@
     } else {
       this.activeBook = await this.config.getBookConfig(
         // childHealth
-        this.config.resourceCtx + "childHealth"
+        // lifeCare
+        // sportsAndHealth
+        this.config.resourceCtx + "embedded"
       );
       // 娴嬭瘯璇曡30椤�
       // this.activeBook.tryPageCount = 10;
@@ -165,4 +167,9 @@
   left: 0;
   margin: auto;
 }
+
+
+.openImgBox img{
+  cursor: zoom-in;
+}
 </style>

--
Gitblit v1.9.1