| | |
| | | <preschoolEvaluation v-if="activeBook.name == 'preschoolEvaluation'"> |
| | | </preschoolEvaluation> |
| | | <preschoolBasicKnowledge v-if="activeBook.name == 'preschoolBasicKnowledge'"></preschoolBasicKnowledge> |
| | | <policiesAndRegulations v-if="activeBook.name == 'policiesAndRegulations'"></policiesAndRegulations> |
| | | <<<<<<< HEAD |
| | | <OralAndBroadcasting v-if="activeBook.name == 'OralAndBroadcasting'" ></OralAndBroadcasting> |
| | | ======= |
| | | <practicalCareChildrenManual v-if="activeBook.name == 'practicalCareChildrenManual'"></practicalCareChildrenManual> |
| | | >>>>>>> aaa13b34449445bdf7aa03d4a8fb3944b5250d6b |
| | | </div> |
| | | </template> |
| | | <script> |
| | |
| | | aurturingAndEducationAged0to3: () => import("./books/aurturingAndEducationAged0to3/view/index.vue"), |
| | | preschoolEvaluation: () => import("./books/preschoolEvaluation/view/index.vue"), |
| | | preschoolBasicKnowledge: ()=> import("./books/preschoolBasicKnowledge/view/index.vue"), |
| | | policiesAndRegulations: ()=> import("./books/policiesAndRegulations/view/index.vue"), |
| | | OralAndBroadcasting:()=> import("./books/OralAndBroadcasting/view/index.vue"), |
| | | practicalCareChildrenManual: ()=> import("./books/practicalCareChildrenManual/view/index.vue") |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | // aurturingAndEducationAged0to3 // 0~3岁婴幼儿抚育与教育 |
| | | // preschoolEvaluation // 学前教育评价 |
| | | // preschoolBasicKnowledge //学前教育基础知识 |
| | | // policiesAndRegulations //政策法律与法规|旅游社 |
| | | // practicalCareChildrenManual // 婴幼儿照护实录 |
| | | this.activeBook = await this.config.getBookConfig( |
| | | process.env.VUE_APP_RESOURCE_CTX + |
| | | 'http://182.92.203.7:3007/books/resource/' + |
| | | (process.env.VUE_APP_ENV == "product" |
| | | ? process.env.VUE_APP_BOOK_ID |
| | | : "aurturingAndEducationAged0to3") |
| | | : "practicalCareChildrenManual") |
| | | ); |
| | | |
| | | // this.activeBook = await this.config.getBookConfig( |