From 22aaf6d1783091e2e7c51c7980e55ba90097a709 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 30 七月 2025 10:21:35 +0800
Subject: [PATCH] 协和医科服务器部署添加

---
 .env.product                                              |   22 ++++++++++++++--------
 src/books/preschoolGameGuidance/view/components/index.vue |    6 +++---
 src/App.vue                                               |    2 +-
 3 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/.env.product b/.env.product
index 4091707..405cb5b 100644
--- a/.env.product
+++ b/.env.product
@@ -1,15 +1,15 @@
 VUE_APP_ENV = 'product'
 
 # 娴嬭瘯鏈嶅浘涔﹂儴缃查厤缃枃浠�
-# VUE_APP_API_URL = "http://182.92.203.7:3001"
-# VUE_APP_API_URL = "https://jsek.bnuic.com"
-# VUE_APP_RESOURCE_CTX = 'http://182.92.203.7:3007/books/resource/'
-# VUE_APP_PUBLIC_PATH = 'http://182.92.203.7:3007/books/book/OralAndBroadcasting'
+# VUE_APP_API_URL = "http://182.92.203.7:3007"
+VUE_APP_API_URL = "https://jsek.bnuic.com"
+VUE_APP_RESOURCE_CTX = 'http://182.92.203.7:3007/books/resource/'
+VUE_APP_PUBLIC_PATH = 'http://182.92.203.7:3007/books/book/preschoolGameGuidance'
 
 # 浜笀e璇炬寮忔湇鍥句功閮ㄧ讲閰嶇疆鏂囦欢
-VUE_APP_API_URL = "https://jsek.bnuic.com"
-VUE_APP_RESOURCE_CTX = 'https://jsek.bnuic.com/books/resource/'
-VUE_APP_PUBLIC_PATH = 'https://jsek.bnuic.com/books/book/OralAndBroadcasting'
+# VUE_APP_API_URL = "https://jsek.bnuic.com"
+# VUE_APP_RESOURCE_CTX = 'https://jsek.bnuic.com/books/resource/'
+# VUE_APP_PUBLIC_PATH = 'https://jsek.bnuic.com/books/book/aurturingAndEducationAged0to3'
 
 
 # 鏃呮父绀惧浘涔﹂儴缃查厤缃枃浠�
@@ -17,5 +17,11 @@
 # VUE_APP_RESOURCE_CTX = 'https://www.tepcb.com/books/resource/'
 # VUE_APP_PUBLIC_PATH = 'https://www.tepcb.com/books/book/hotelEnglishTrainingBrochure2nd'
 
+
+# 鍗忓拰鍖荤閮ㄧ讲閰嶇疆鏂囦欢
+# VUE_APP_API_URL = "http://39.96.166.67"
+# VUE_APP_RESOURCE_CTX = 'http://39.96.166.67/books/resource/'
+# VUE_APP_PUBLIC_PATH = 'http://39.96.166.67/books/book/aurturingAndEducationAged0to3'
+
 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/foodSensoryInspection/civilPassengerTransport/UAVTechIntro"
-VUE_APP_BOOK_ID = 'OralAndBroadcasting'
\ No newline at end of file
+VUE_APP_BOOK_ID = 'preschoolGameGuidance'
\ No newline at end of file
diff --git a/src/App.vue b/src/App.vue
index af2654e..aee43b5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -202,7 +202,7 @@
         process.env.VUE_APP_RESOURCE_CTX +
         (process.env.VUE_APP_ENV == "product"
           ? process.env.VUE_APP_BOOK_ID
-          : "aurturingAndEducationAged0to3")
+          : "childIllnessPreventionCare")
       );
       // 娴嬭瘯璇曡30椤�
       // this.activeBook.tryPageCount = 10;
diff --git a/src/books/preschoolGameGuidance/view/components/index.vue b/src/books/preschoolGameGuidance/view/components/index.vue
index bbc927d..e3d1087 100644
--- a/src/books/preschoolGameGuidance/view/components/index.vue
+++ b/src/books/preschoolGameGuidance/view/components/index.vue
@@ -174,9 +174,9 @@
     }, 500);
 
     // 娴嬭瘯椤甸潰璺宠浆
-    setTimeout(() => {
-      this.gotoPage(11, 223);
-    }, 500);
+    // setTimeout(() => {
+    //   this.gotoPage(11, 223);
+    // }, 500);
 
     // const pageDom = (this.container ? this.container : document)
     //   .querySelector("#app")

--
Gitblit v1.9.1