From 51afa714ceb49b416347856fd60b47e0ef93d50c Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期四, 02 一月 2025 15:17:17 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/App.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index c2270fc..b79c586 100644 --- a/src/App.vue +++ b/src/App.vue @@ -97,14 +97,14 @@ // civilAviation // civilServices // meetingPlanners - // aviationBasicSkills - // aviationSafety - // aviationEtiquette + // aviationBasicSkills //鍩烘湰鎶�鑳� + // aviationSafety //瀹夊叏妫�鏌ュ疄鍔� + // aviationEtiquette //绀间华鏈嶅姟 this.activeBook = await this.config.getBookConfig( process.env.VUE_APP_RESOURCE_CTX + (process.env.VUE_APP_ENV == "product" ? process.env.VUE_APP_BOOK_ID - : "aviationEtiquette") + : "meetingPlanners") ); // this.activeBook = await this.config.getBookConfig( -- Gitblit v1.9.1