From 300c757bd9c99bc240f1f79be4d6b1d2534ebc22 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 03 四月 2025 10:48:29 +0800 Subject: [PATCH] 会议修改(4.3) --- src/App.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index f869d85..9d862c9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,6 +28,7 @@ <preschoolBasicKnowledge v-if="activeBook.name == 'preschoolBasicKnowledge'"></preschoolBasicKnowledge> <policiesAndRegulations v-if="activeBook.name == 'policiesAndRegulations'"></policiesAndRegulations> <OralAndBroadcasting v-if="activeBook.name == 'OralAndBroadcasting'" ></OralAndBroadcasting> + <practicalCareChildrenManual v-if="activeBook.name == 'practicalCareChildrenManual'"></practicalCareChildrenManual> </div> </template> <script> @@ -79,6 +80,7 @@ preschoolBasicKnowledge: ()=> import("./books/preschoolBasicKnowledge/view/index.vue"), policiesAndRegulations: ()=> import("./books/policiesAndRegulations/view/index.vue"), OralAndBroadcasting:()=> import("./books/OralAndBroadcasting/view/index.vue"), + practicalCareChildrenManual: ()=> import("./books/practicalCareChildrenManual/view/index.vue") }, data() { return { @@ -121,7 +123,7 @@ // aviationBasicSkills // 鍩烘湰鎶�鑳� // aviationSafety // 瀹夊叏妫�鏌ュ疄鍔� // aviationEtiquette // 绀间华鏈嶅姟 - // childcareInstitutionsManagement // 鎵樿偛鏈烘瀯绠$悊涓庡疄鍔� + // childcareInstitutionsManagement // 鎵樿偛鏈烘瀯绠$悊涓庡疄鍔� // toddlerGameImplementation // 濠村辜鍎挎父鎴忔椿鍔ㄥ疄鏂� // preschoolGameGuidance // 瀛﹀墠娓告垙鎸囧 // kindergartenLanguageActivity // 骞煎効鍥瑷�鏁欒偛涓庢椿鍔ㄦ寚瀵� @@ -129,12 +131,12 @@ // preschoolEvaluation // 瀛﹀墠鏁欒偛璇勪环 // preschoolBasicKnowledge //瀛﹀墠鏁欒偛鍩虹鐭ヨ瘑 // policiesAndRegulations //鏀跨瓥娉曞緥涓庢硶瑙剕鏃呮父绀� - console.log(1,process.env,process.env.VUE_APP_RESOURCE_CTX); + // practicalCareChildrenManual // 濠村辜鍎跨収鎶ゅ疄褰� this.activeBook = await this.config.getBookConfig( - 'http://182.92.203.7:3007/books/resource/' + + process.env.VUE_APP_RESOURCE_CTX + (process.env.VUE_APP_ENV == "product" ? process.env.VUE_APP_BOOK_ID - : "OralAndBroadcasting") + : "meetingPlanners") ); // this.activeBook = await this.config.getBookConfig( -- Gitblit v1.9.1