From 23cbeff293c7f71b7769d1a94bd5def3a24c20b1 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期一, 28 七月 2025 09:43:32 +0800
Subject: [PATCH] 幼儿园语言教育与活动指导

---
 src/App.vue |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 520a686..e69b6f5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -46,7 +46,6 @@
     <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>
@@ -133,9 +132,6 @@
     civilPassengerTransport: () =>
       import("./books/civilPassengerTransport/view/index.vue"),
     UAVTechIntro: () => import("./books/UAVTechIntro/view/index.vue"),
-    textToddlerSportsSafetyProtection:() => import(
-      "./books/textToddlerSportsSafetyProtection/view/index.vue"
-    )
   },
   data() {
     return {
@@ -202,12 +198,11 @@
       // 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
-          : "textToddlerSportsSafetyProtection")
+          : "kindergartenLanguageActivity")
       );
       // 娴嬭瘯璇曡30椤�
       // this.activeBook.tryPageCount = 10;
@@ -216,7 +211,6 @@
       // 鏃呮父绀惧鐞嗚法鍩熼棶棰�
       // 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