From fcf122755dea8187794abeaba1b610bc291f4132 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 22 十月 2024 15:18:27 +0800 Subject: [PATCH] 民航概论 --- src/App.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5fcd2bb..ae7c129 100644 --- a/src/App.vue +++ b/src/App.vue @@ -71,6 +71,7 @@ ? process.env.VUE_APP_BOOK_ID : "civilAviation") ); + // this.activeBook = await this.config.getBookConfig( // 'http://182.92.203.7:3007/books/resource/'+ // (process.env.VUE_APP_ENV == "product" @@ -84,11 +85,9 @@ } }, methods: { - but() { console.log(this.activeBook, 'this.activeBook789'); } - } }; -- Gitblit v1.9.1