From 1695fcd442fe2cefb6d3b63869ad8a72ebd5210a Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 04 七月 2025 23:57:18 +0800 Subject: [PATCH] 测试图书 7.4 --- src/App.vue | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0ad370f..520a686 100644 --- a/src/App.vue +++ b/src/App.vue @@ -44,6 +44,9 @@ <hydraulicTransmission v-if="activeBook.name == 'hydraulicTransmission'"></hydraulicTransmission> <foodSensoryInspection v-if="activeBook.name == 'foodSensoryInspection'"></foodSensoryInspection> <MMVRTCMP v-if="activeBook.name == 'MMVRTCMP'"></MMVRTCMP> + <civilPassengerTransport v-if="activeBook.name == 'civilPassengerTransport'"> </civilPassengerTransport> + <UAVTechIntro v-if="activeBook.name == 'UAVTechIntro'"></UAVTechIntro> + <textToddlerSportsSafetyProtection v-if="activeBook.name == 'textToddlerSportsSafetyProtection'"></textToddlerSportsSafetyProtection> </div> </template> <script> @@ -127,6 +130,12 @@ foodSensoryInspection: () => import("./books/foodSensoryInspection/view/index.vue"), MMVRTCMP: () => import("./books/MMVRTCMP/view/index.vue"), + civilPassengerTransport: () => + import("./books/civilPassengerTransport/view/index.vue"), + UAVTechIntro: () => import("./books/UAVTechIntro/view/index.vue"), + textToddlerSportsSafetyProtection:() => import( + "./books/textToddlerSportsSafetyProtection/view/index.vue" + ) }, data() { return { @@ -169,9 +178,10 @@ // aviationBasicSkills // 鍩烘湰鎶�鑳� // aviationSafety // 瀹夊叏妫�鏌ュ疄鍔� // aviationEtiquette // 绀间华鏈嶅姟 + // botany // 妞嶇墿瀛︼紙鍐滃ぇ绀撅級 // childcareInstitutionsManagement // 鎵樿偛鏈烘瀯绠$悊涓庡疄鍔� // toddlerGameImplementation // 濠村辜鍎挎父鎴忔椿鍔ㄥ疄鏂� - // preschoolGameGuidance // 瀛﹀墠娓告垙鎸囧 + // preschoolGameGuidance // 骞煎効娓告垙涓庢寚瀵� // kindergartenLanguageActivity // 骞煎効鍥瑷�鏁欒偛涓庢椿鍔ㄦ寚瀵� // kindergartenActivitiesDesignGuidance // 骞煎効鍥暀鑲叉椿鍔ㄨ璁′笌鎸囧 // aurturingAndEducationAged0to3 // 0~3宀佸┐骞煎効鎶氳偛涓庢暀鑲� @@ -190,13 +200,15 @@ // hydraulicTransmission // 鏈烘浼犲姩 锛堝搱宸ュぇ锛� // foodSensoryInspection // 椋熷搧鎰熷畼妫�楠屾妧鏈� // MMVRTCMP // 瑙嗚鎵嬪唽 + // civilPassengerTransport // 姘戣埅鏃呭杩愯緭 + // UAVTechIntro // 鏃犱汉鏈哄簲鐢ㄦ妧鏈璁� + // textToddlerSportsSafetyProtection // 娴嬭瘯鍥句功 this.activeBook = await this.config.getBookConfig( process.env.VUE_APP_RESOURCE_CTX + (process.env.VUE_APP_ENV == "product" ? process.env.VUE_APP_BOOK_ID - : "toddlerGameImplementation") + : "textToddlerSportsSafetyProtection") ); - // 娴嬭瘯璇曡30椤� // this.activeBook.tryPageCount = 10; // this.config.activeBook = this.activeBook; @@ -204,6 +216,7 @@ // 鏃呮父绀惧鐞嗚法鍩熼棶棰� // this.activeBook = this.config.activeBook; this.config.activeBook = this.activeBook; + console.log(this.activeBook, "this.activeBook"); this.config.goodsStore = this.activeBook.storeRefcode; } }, -- Gitblit v1.9.1