From 9a3baab049df4a32a7b724c5f24cecdbc3e469b6 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 05 六月 2025 09:37:25 +0800
Subject: [PATCH] 图片名字更新

---
 .env.product                                      |   10 +++++-----
 .env                                              |    4 ++--
 src/books/MMVRTCMP/images/006-2.png               |    0 
 src/books/MMVRTCMP/view/components/chapter001.vue |    2 +-
 src/books/MMVRTCMP/view/components/pageHeader.vue |    4 ++--
 src/App.vue                                       |    2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/.env b/.env
index de1e4ef..bfd4d4d 100644
--- a/.env
+++ b/.env
@@ -1,7 +1,7 @@
 VUE_APP_ENV = 'dev'
 VUE_APP_API_URL = "https://jsek.bnuic.com"
 # VUE_APP_API_URL = "https://www.tepcb.com"
-VUE_APP_RESOURCE_CTX = 'https://jsek.bnuic.com/books/resource/'
-# VUE_APP_RESOURCE_CTX = 'http://182.92.203.7:3007/books/resource/'
+# VUE_APP_RESOURCE_CTX = 'https://jsek.bnuic.com/books/resource/'
+VUE_APP_RESOURCE_CTX = 'http://182.92.203.7:3007/books/resource/'
 # VUE_APP_RESOURCE_CTX = 'https://www.tepcb.com/books/resource/'
 VUE_APP_PUBLIC_PATH = '/books/book'
\ No newline at end of file
diff --git a/.env.product b/.env.product
index 77d8616..975fb17 100644
--- a/.env.product
+++ b/.env.product
@@ -1,11 +1,11 @@
 VUE_APP_ENV = 'product'
 VUE_APP_API_URL = "https://jsek.bnuic.com"
 # VUE_APP_API_URL = "https://www.tepcb.com"
-VUE_APP_RESOURCE_CTX = 'https://jsek.bnuic.com/books/resource/'
-VUE_APP_PUBLIC_PATH = 'https://jsek.bnuic.com/books/book/toddlerGameImplementation'
-# VUE_APP_RESOURCE_CTX = 'http://182.92.203.7:3007/books/resource/'
-# VUE_APP_PUBLIC_PATH = 'http://182.92.203.7:3007/books/book/kindergartenActivitiesDesignGuidance'
+# VUE_APP_RESOURCE_CTX = 'https://jsek.bnuic.com/books/resource/'
+# VUE_APP_PUBLIC_PATH = 'https://jsek.bnuic.com/books/book/toddlerGameImplementation'
+VUE_APP_RESOURCE_CTX = 'http://182.92.203.7:3007/books/resource/'
+VUE_APP_PUBLIC_PATH = 'http://182.92.203.7:3007/books/book/MMVRTCMP'
 # VUE_APP_RESOURCE_CTX = 'https://www.tepcb.com/books/resource/'
 # VUE_APP_PUBLIC_PATH = 'https://www.tepcb.com/books/book/policiesAndRegulations'
 VUE_APP_BOOK_LIST = "childHealth/lifeCare/sportsAndHealth/embedded/english/artAndDance/artAndDrama/mathBook/botany/civilAviation/civilServices/meetingPlanners/aviationBasicSkills/aviationEtiquette/aviationSafety/toddlerGameImplementation/childcareInstitutionsManagement/preschoolGameGuidance/kindergartenLanguageActivity/preschoolEvaluation/preschoolBasicKnowledge/practicalCareChildrenManual/OralAndBroadcasting/aurturingAndEducationAged0to3/policiesAndRegulations/kindergartenActivitiesDesignGuidance/toddlerSportsSafetyProtection/artInitiationForAges0to3/childIllnessPreventionCare/behaviorObserveAndGuid/cognitiveLanDevEduAges0to3/aviationPassengerTransport6th/hotelEnglishTrainingBrochure2nd/hydraulicTransmission/MMVRTCMP"
-VUE_APP_BOOK_ID = 'toddlerGameImplementation'
+VUE_APP_BOOK_ID = 'MMVRTCMP'
diff --git a/src/App.vue b/src/App.vue
index 71021d0..bee0653 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -233,7 +233,7 @@
         process.env.VUE_APP_RESOURCE_CTX +
           (process.env.VUE_APP_ENV == "product"
             ? process.env.VUE_APP_BOOK_ID
-            : "kindergartenActivitiesDesignGuidance")
+            : "MMVRTCMP")
       );
 
       // 娴嬭瘯璇曡30椤�
diff --git a/src/books/MMVRTCMP/images/006-22.png b/src/books/MMVRTCMP/images/006-2.png
similarity index 100%
rename from src/books/MMVRTCMP/images/006-22.png
rename to src/books/MMVRTCMP/images/006-2.png
Binary files differ
diff --git a/src/books/MMVRTCMP/view/components/chapter001.vue b/src/books/MMVRTCMP/view/components/chapter001.vue
index 050a6f6..a3691aa 100644
--- a/src/books/MMVRTCMP/view/components/chapter001.vue
+++ b/src/books/MMVRTCMP/view/components/chapter001.vue
@@ -165,7 +165,7 @@
             <img src="../../images/006-1.png" alt="" />
           </div>
           <div class="openImgBox imgWidth">
-            <!-- <img src="../../images/006-2.png" alt="" /> -->
+            <img src="../../images/006-2.png" alt="" />
             <img class="itemImage5" src="../../images/006-3.png" alt="" />
           </div>
         </div>
diff --git a/src/books/MMVRTCMP/view/components/pageHeader.vue b/src/books/MMVRTCMP/view/components/pageHeader.vue
index 0ec4c18..cc0d455 100644
--- a/src/books/MMVRTCMP/view/components/pageHeader.vue
+++ b/src/books/MMVRTCMP/view/components/pageHeader.vue
@@ -11,8 +11,8 @@
   name: "pageHeader",
   props: {
     page: {
-      type: Number,
-      default: 0,
+      type: String,
+      default: "",
     },
     name: {
       type: String,

--
Gitblit v1.9.1