From 4d1ab0b96f7f13cdc1365970aad332910b550818 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 17 二月 2025 16:45:37 +0800 Subject: [PATCH] 优化 --- src/App.vue | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8753dfe..28b2fa2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -117,19 +117,17 @@ // aviationBasicSkills //鍩烘湰鎶�鑳� // aviationSafety //瀹夊叏妫�鏌ュ疄鍔� // aviationEtiquette //绀间华鏈嶅姟 - // childcareInstitutionsManagement //鎵樿偛鏈烘瀯绠$悊涓庡疄鍔� - // toddlerGameImplementation //濠村辜鍎挎父鎴忔椿鍔ㄥ疄鏂� - // preschoolGameGuidance //瀛﹀墠娓告垙鎸囧 preschoolGameGuidance - // kindergartenLanguageActivity //骞煎効鍥瑷�娲诲姩 kindergartenLanguageActivity - // kindergartenActivitiesDesignGuidance 骞煎効鍥暀鑲叉椿鍔ㄤ笌鎸囧 绗�2鐗� - // kindergartenLanguageActivity //骞煎効鍥瑷�鏁欒偛涓庢椿鍔ㄦ寚瀵� - // aurturingAndEducationAged0to3 //0~3宀佸┐骞煎効鎶氳偛涓庢暀鑲� + // childcareInstitutionsManagement // 鎵樿偛鏈烘瀯绠$悊涓庡疄鍔� + // toddlerGameImplementation // 濠村辜鍎挎父鎴忔椿鍔ㄥ疄鏂� + // preschoolGameGuidance // 瀛﹀墠娓告垙鎸囧 + // 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 - : "kindergartenActivitiesDesignGuidance") + : "preschoolEvaluation") ); // this.activeBook = await this.config.getBookConfig( -- Gitblit v1.9.1