From bc1f3bb645daafa84b3a5e70a2331e40137de885 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期四, 24 四月 2025 17:04:18 +0800 Subject: [PATCH] jiansuojiejue --- src/App.vue | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index ee3475d..206ea82 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,6 +26,10 @@ <preschoolEvaluation v-if="activeBook.name == 'preschoolEvaluation'"> </preschoolEvaluation> <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> + <childIllnessPreventionCare v-if="activeBook.name == 'childIllnessPreventionCare'"></childIllnessPreventionCare> </div> </template> <script> @@ -75,6 +79,10 @@ 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"), + childIllnessPreventionCare: ()=> import("./books/childIllnessPreventionCare/view/index.vue") }, data() { return { @@ -123,13 +131,16 @@ // kindergartenLanguageActivity // 骞煎効鍥瑷�鏁欒偛涓庢椿鍔ㄦ寚瀵� // aurturingAndEducationAged0to3 // 0~3宀佸┐骞煎効鎶氳偛涓庢暀鑲� // preschoolEvaluation // 瀛﹀墠鏁欒偛璇勪环 + // preschoolBasicKnowledge //瀛﹀墠鏁欒偛鍩虹鐭ヨ瘑 + // policiesAndRegulations //鏀跨瓥娉曞緥涓庢硶瑙剕鏃呮父绀� + // practicalCareChildrenManual // 濠村辜鍎跨収鎶ゅ疄褰� + //childIllnessPreventionCare //濠村辜鍎垮父瑙佺柧鐥呴闃蹭笌鎶ょ悊 this.activeBook = await this.config.getBookConfig( - process.env.VUE_APP_RESOURCE_CTX + + 'https://jsek.bnuic.com/books/resource/' + (process.env.VUE_APP_ENV == "product" ? process.env.VUE_APP_BOOK_ID - : "sportsAndHealth") + : "childIllnessPreventionCare") ); - // this.activeBook = await this.config.getBookConfig( // 'http://182.92.203.7:3007/books/resource/'+ // (process.env.VUE_APP_ENV == "product" -- Gitblit v1.9.1