| | |
| | | > |
| | | </hotelEnglishTrainingBrochure2nd> |
| | | <hydraulicTransmission v-if="activeBook.name == 'hydraulicTransmission'"></hydraulicTransmission> |
| | | <foodSensoryInspection v-if="activeBook.name == 'foodSensoryInspection'"></foodSensoryInspection> |
| | | <MMVRTCMP v-if="activeBook.name == 'MMVRTCMP'"></MMVRTCMP> |
| | | </div> |
| | | </template> |
| | |
| | | import("./books/hotelEnglishTrainingBrochure2nd/view/index.vue"), |
| | | hydraulicTransmission: () => |
| | | import("./books/hydraulicTransmission/view/index.vue"), |
| | | foodSensoryInspection: () => |
| | | import("./books/foodSensoryInspection/view/index.vue"), |
| | | MMVRTCMP: () => import("./books/MMVRTCMP/view/index.vue"), |
| | | }, |
| | | data() { |
| | |
| | | // aviationPassengerTransport6th // 民航旅客运输第6版(旅游社) |
| | | // hotelEnglishTrainingBrochure2nd // 酒店英语实训活页教程(第2版)(旅游社) |
| | | // hydraulicTransmission // 机械传动 (哈工大) |
| | | // foodSensoryInspection //食品感官检验技术 |
| | | // MMVRTCMP // 视觉手册 |
| | | // console.log("debugger", process.env); |
| | | this.activeBook = await this.config.getBookConfig( |
| | | process.env.VUE_APP_RESOURCE_CTX + |
| | | (process.env.VUE_APP_ENV == "product" |
| | | ? process.env.VUE_APP_BOOK_ID |
| | | : "kindergartenActivitiesDesignGuidance") |
| | | : "aviationSafety") |
| | | ); |
| | | |
| | | // 测试试读30页 |