From bf4e120616f481588f68f95941527c2eca19cb77 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 14 二月 2025 18:09:43 +0800 Subject: [PATCH] 学前教育评价 --- src/App.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 38d4b36..71fab48 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,6 +23,8 @@ </kindergartenLanguageActivity> <aurturingAndEducationAged0to3 v-if="activeBook.name == 'aurturingAndEducationAged0to3'"> </aurturingAndEducationAged0to3> + <preschoolEvaluation v-if="activeBook.name == 'preschoolEvaluation'"> + </preschoolEvaluation> </div> </template> <script> @@ -69,6 +71,7 @@ preschoolGameGuidance: () => import("./books/preschoolGameGuidance/view/index.vue"), kindergartenLanguageActivity: () => import("./books/kindergartenLanguageActivity/view/index.vue"), aurturingAndEducationAged0to3: () => import("./books/aurturingAndEducationAged0to3/view/index.vue"), + preschoolEvaluation: () => import("./books/preschoolEvaluation/view/index.vue") }, data() { return { @@ -114,13 +117,14 @@ // childcareInstitutionsManagement //鎵樿偛鏈烘瀯绠$悊涓庡疄鍔� // toddlerGameImplementation //濠村辜鍎挎父鎴忔椿鍔ㄥ疄鏂� // preschoolGameGuidance //瀛﹀墠娓告垙鎸囧 preschoolGameGuidance - // kindergartenLanguageActivity + // kindergartenLanguageActivity //骞煎効鍥瑷�鏁欒偛涓庢椿鍔ㄦ寚瀵� // aurturingAndEducationAged0to3 //0~3宀佸┐骞煎効鎶氳偛涓庢暀鑲� + // preschoolEvaluation // 瀛﹀墠鏁欒偛璇勪环 this.activeBook = await this.config.getBookConfig( process.env.VUE_APP_RESOURCE_CTX + (process.env.VUE_APP_ENV == "product" ? process.env.VUE_APP_BOOK_ID - : "aurturingAndEducationAged0to3") + : "preschoolEvaluation") ); // this.activeBook = await this.config.getBookConfig( -- Gitblit v1.9.1