| | |
| | | </kindergartenLanguageActivity> |
| | | <aurturingAndEducationAged0to3 v-if="activeBook.name == 'aurturingAndEducationAged0to3'"> |
| | | </aurturingAndEducationAged0to3> |
| | | <preschoolBasicKnowledge v-if="activeBook.name == 'preschoolBasicKnowledge'"></preschoolBasicKnowledge> |
| | | </div> |
| | | </template> |
| | | <script> |
| | |
| | | preschoolGameGuidance: () => import("./books/preschoolGameGuidance/view/index.vue"), |
| | | kindergartenLanguageActivity: () => import("./books/kindergartenLanguageActivity/view/index.vue"), |
| | | aurturingAndEducationAged0to3: () => import("./books/aurturingAndEducationAged0to3/view/index.vue"), |
| | | preschoolBasicKnowledge: ()=> import("./books/preschoolBasicKnowledge/view/index.vue"), |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | // preschoolGameGuidance //学前游戏指导 preschoolGameGuidance |
| | | // kindergartenLanguageActivity |
| | | // aurturingAndEducationAged0to3 //0~3岁婴幼儿抚育与教育 |
| | | //preschoolBasicKnowledge //学前基础教育知识 |
| | | this.activeBook = await this.config.getBookConfig( |
| | | process.env.VUE_APP_RESOURCE_CTX + |
| | | (process.env.VUE_APP_ENV == "product" |