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 | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 977914c..206ea82 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,6 +27,9 @@ </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> @@ -77,6 +80,9 @@ 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 { @@ -127,14 +133,14 @@ // 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 - : "policiesAndRegulations") + : "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