From 89bc2a06d2112b276c9417e19f3b37e3808cff78 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 02 一月 2025 10:47:39 +0800 Subject: [PATCH] bug解决 --- src/App.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index a2980c7..b79c586 100644 --- a/src/App.vue +++ b/src/App.vue @@ -97,13 +97,14 @@ // civilAviation // civilServices // meetingPlanners - // aviationBasicSkills - // aviationSafety + // 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