| | |
| | | <aviationBasicSkills v-if="activeBook.name == 'aviationBasicSkills'"></aviationBasicSkills> |
| | | <aviationSafety v-if="activeBook.name == 'aviationSafety'"></aviationSafety> |
| | | <aviationEtiquette v-if="activeBook.name == 'aviationEtiquette'"></aviationEtiquette> |
| | | <childcareInstitutionsManagement v-if="activeBook.name == 'childcareInstitutionsManagement'"></childcareInstitutionsManagement> |
| | | <toddlerGameImplementation v-if="activeBook.name == 'toddlerGameImplementation'"></toddlerGameImplementation> |
| | | <preschoolGameGuidance v-if="activeBook.name == 'preschoolGameGuidance'"></preschoolGameGuidance> |
| | | <kindergartenLanguageActivity v-if="activeBook.name == 'kindergartenLanguageActivity'"></kindergartenLanguageActivity> |
| | | </div> |
| | |
| | | aviationBasicSkills: () => import("./books/aviationBasicSkills/view/index.vue"), |
| | | aviationSafety: ()=> import("./books/aviationSafety/view/index.vue"), |
| | | aviationEtiquette: ()=> import("./books/aviationEtiquette/view/index.vue"), |
| | | childcareInstitutionsManagement: ()=> import("./books/childcareInstitutionsManagement/view/index.vue"), |
| | | toddlerGameImplementation: ()=> import("./books/toddlerGameImplementation/view/index.vue"), |
| | | preschoolGameGuidance: ()=> import("./books/preschoolGameGuidance/view/index.vue"), |
| | | kindergartenLanguageActivity: ()=> import("./books/kindergartenLanguageActivity/view/index.vue"), |
| | | }, |
| | |
| | | // aviationBasicSkills //基本技能 |
| | | // aviationSafety //安全检查实务 |
| | | // aviationEtiquette //礼仪服务 |
| | | // childcareInstitutionsManagement //托育机构管理与实务 |
| | | // toddlerGameImplementation //婴幼儿游戏活动实施 |
| | | // preschoolGameGuidance //学前游戏指导 preschoolGameGuidance |
| | | // kindergartenLanguageActivity |
| | | // kindergartenLanguageActivity |
| | | this.activeBook = await this.config.getBookConfig( |
| | | process.env.VUE_APP_RESOURCE_CTX + |
| | | (process.env.VUE_APP_ENV == "product" |
| | | ? process.env.VUE_APP_BOOK_ID |
| | | : "kindergartenLanguageActivity") |
| | | : "toddlerGameImplementation") |
| | | ); |
| | | |
| | | // this.activeBook = await this.config.getBookConfig( |