From cf6e9bcbfc64019bb14fb0964576ae3e3bd2fde5 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 26 三月 2025 11:22:20 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/App.vue | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4dc697b..7a167d1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,6 +26,12 @@ <preschoolEvaluation v-if="activeBook.name == 'preschoolEvaluation'"> </preschoolEvaluation> <preschoolBasicKnowledge v-if="activeBook.name == 'preschoolBasicKnowledge'"></preschoolBasicKnowledge> + <policiesAndRegulations v-if="activeBook.name == 'policiesAndRegulations'"></policiesAndRegulations> +<<<<<<< HEAD + <OralAndBroadcasting v-if="activeBook.name == 'OralAndBroadcasting'" ></OralAndBroadcasting> +======= + <practicalCareChildrenManual v-if="activeBook.name == 'practicalCareChildrenManual'"></practicalCareChildrenManual> +>>>>>>> aaa13b34449445bdf7aa03d4a8fb3944b5250d6b </div> </template> <script> @@ -75,6 +81,9 @@ aurturingAndEducationAged0to3: () => import("./books/aurturingAndEducationAged0to3/view/index.vue"), preschoolEvaluation: () => import("./books/preschoolEvaluation/view/index.vue"), 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 { @@ -124,11 +133,13 @@ // aurturingAndEducationAged0to3 // 0~3宀佸┐骞煎効鎶氳偛涓庢暀鑲� // preschoolEvaluation // 瀛﹀墠鏁欒偛璇勪环 // preschoolBasicKnowledge //瀛﹀墠鏁欒偛鍩虹鐭ヨ瘑 + // policiesAndRegulations //鏀跨瓥娉曞緥涓庢硶瑙剕鏃呮父绀� + // practicalCareChildrenManual // 濠村辜鍎跨収鎶ゅ疄褰� this.activeBook = await this.config.getBookConfig( - process.env.VUE_APP_RESOURCE_CTX + + 'http://182.92.203.7:3007/books/resource/' + (process.env.VUE_APP_ENV == "product" ? process.env.VUE_APP_BOOK_ID - : "meetingPlanners") + : "practicalCareChildrenManual") ); // this.activeBook = await this.config.getBookConfig( -- Gitblit v1.9.1