| | |
| | | <physicalFactorTherapyTechnology v-if="activeBook.name == 'physicalFactorTherapyTechnology'"> |
| | | </physicalFactorTherapyTechnology> |
| | | <occupationalTherapyTechniques v-if="activeBook.name == 'occupationalTherapyTechniques'"> |
| | | </occupationalTherapyTechniques> |
| | | </occupationalTherapyTechniques>--> |
| | | <rehabilitationMedicineIntroduction v-if="activeBook.name == 'rehabilitationMedicineIntroduction'"> |
| | | </rehabilitationMedicineIntroduction> |
| | | <rehabilitationAssessmentTechniques v-if="activeBook.name == 'rehabilitationAssessmentTechniques'"> |
| | | <!-- <rehabilitationAssessmentTechniques v-if="activeBook.name == 'rehabilitationAssessmentTechniques'"> |
| | | </rehabilitationAssessmentTechniques> |
| | | <rehabilitationPsychology v-if="activeBook.name == 'rehabilitationPsychology'"></rehabilitationPsychology> |
| | | <humanKinematicsFundamentals v-if="activeBook.name == 'humanKinematicsFundamentals'"></humanKinematicsFundamentals> --> |
| | |
| | | // orthodontics: () => import("@/books/orthodontics/view/index.vue"), |
| | | // physicalFactorTherapyTechnology: () => import("@/books/physicalFactorTherapyTechnology/view/index.vue"), |
| | | // occupationalTherapyTechniques: () => import("@/books/occupationalTherapyTechniques/view/index.vue"), |
| | | // rehabilitationMedicineIntroduction: () => import("@/books/rehabilitationMedicineIntroduction/view/index.vue"), |
| | | rehabilitationMedicineIntroduction: () => import("@/books/rehabilitationMedicineIntroduction/view/index.vue"), |
| | | // rehabilitationAssessmentTechniques: () => import("@/books/rehabilitationAssessmentTechniques/view/index.vue"), |
| | | // rehabilitationPsychology: () => import("@/books/rehabilitationPsychology/view/index.vue"), |
| | | // humanKinematicsFundamentals: () => import("@/books/humanKinematicsFundamentals/view/index.vue"), |
| | | preventiveDentistry: () => import("./books/preventiveDentistry/view/index.vue"), |
| | | preventiveDentistry: () => import("./books/preventiveDentistry/view/index.vue"), |
| | | // oralImaging: () => import("./books/oralImaging/view/index.vue"), |
| | | // clinicalDiseasesSummary: () => import("./books/clinicalDiseasesSummary/view/index.vue"), |
| | | // digitalDentalRestorationTechnology: () => import("./books/digitalDentalRestorationTechnology/view/index.vue"), |
| | |
| | | // oralMaxillofacialSurgery // 20 口腔颌面外科学 |
| | | // oralHistopathology // 19 口腔组织病理学 |
| | | // TCMRehabilitationTechnology // 12 中医康复技术 |
| | | // rehabilitationMedicineIntroduction // 6 康复医学导论(w) |
| | | // rehabilitationAssessmentTechniques // 7 康复评定技术(w) |
| | | this.activeBook = await this.config.getBookConfig( |
| | | process.env.VUE_APP_RESOURCE_CTX + |
| | | (process.env.VUE_APP_ENV == "product" |