zhongshujie
2025-02-14 a64ed910c7ed920b216d9420c67c12bcd3f02c6f
src/App.vue
@@ -23,6 +23,12 @@
    </kindergartenLanguageActivity>
    <aurturingAndEducationAged0to3 v-if="activeBook.name == 'aurturingAndEducationAged0to3'">
    </aurturingAndEducationAged0to3>
<<<<<<< HEAD
    <preschoolEvaluation v-if="activeBook.name == 'preschoolEvaluation'">
    </preschoolEvaluation>
=======
    <preschoolBasicKnowledge v-if="activeBook.name == 'preschoolBasicKnowledge'"></preschoolBasicKnowledge>
>>>>>>> d9a7a02277ade8d3c17c41c4495def9ef1b85d33
  </div>
</template>
<script>
@@ -69,6 +75,8 @@
    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"),
    preschoolBasicKnowledge: ()=> import("./books/preschoolBasicKnowledge/view/index.vue"),
  },
  data() {
    return {
@@ -114,13 +122,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(