| | |
| | | <civilAviation v-if="activeBook.name == 'civilAviation'"></civilAviation> |
| | | <civilServices v-if="activeBook.name == 'civilServices'"></civilServices> |
| | | <meetingPlanners v-if="activeBook.name == 'meetingPlanners'"></meetingPlanners> |
| | | <aviationBasicSkills v-if="activeBook.name == 'aviationBasicSkills'"></aviationBasicSkills> |
| | | <aviationSafety v-if="activeBook.name == 'aviationSafety'"></aviationSafety> |
| | | <aviationEtiquette v-if="activeBook.name == 'aviationEtiquette'"></aviationEtiquette> |
| | | </div> |
| | | </template> |
| | | <script> |
| | |
| | | botany: () => import("./books/botany/view/index.vue"), |
| | | civilAviation: () => import("./books/civilAviation/view/index.vue"), |
| | | civilServices: () =>import("./books/civilServices/view/index.vue"), |
| | | meetingPlanners: () =>import("./books/meetingPlanners/view/index.vue") |
| | | meetingPlanners: () =>import("./books/meetingPlanners/view/index.vue"), |
| | | aviationBasicSkills: () => import("./books/aviationBasicSkills/view/index.vue"), |
| | | aviationSafety: ()=> import("./books/aviationSafety/view/index.vue"), |
| | | aviationEtiquette: ()=> import("./books/aviationEtiquette/view/index.vue"), |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | // civilAviation |
| | | // civilServices |
| | | // meetingPlanners |
| | | // aviationBasicSkills //基本技能 |
| | | // aviationSafety //安全检查实务 |
| | | // aviationEtiquette //礼仪服务 |
| | | this.activeBook = await this.config.getBookConfig( |
| | | process.env.VUE_APP_RESOURCE_CTX + |
| | | (process.env.VUE_APP_ENV == "product" |