From 66f1d313911dcb5a33ba95202b3dbe58fd6d0509 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 02 一月 2025 17:08:21 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/App.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index b79c586..450e2ef 100644 --- a/src/App.vue +++ b/src/App.vue @@ -94,8 +94,8 @@ // artAndDance // artAndDrama // mathBook - // civilAviation - // civilServices + // civilAviation // 姘戣埅姒傝 + // civilServices // 鏈嶅姟蹇冪悊 // meetingPlanners // aviationBasicSkills //鍩烘湰鎶�鑳� // aviationSafety //瀹夊叏妫�鏌ュ疄鍔� @@ -104,7 +104,7 @@ process.env.VUE_APP_RESOURCE_CTX + (process.env.VUE_APP_ENV == "product" ? process.env.VUE_APP_BOOK_ID - : "meetingPlanners") + : "aviationBasicSkills") ); // this.activeBook = await this.config.getBookConfig( -- Gitblit v1.9.1