From db3225736aa34192d34eeea3c657b2ede54a4bd9 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 23 十月 2024 16:33:24 +0800 Subject: [PATCH] 民航服务心理 --- src/App.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5fcd2bb..980e04b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -64,13 +64,13 @@ // artAndDrama // mathBook // civilAviation - this.activeBook = await this.config.getBookConfig( process.env.VUE_APP_RESOURCE_CTX + (process.env.VUE_APP_ENV == "product" ? 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 +84,9 @@ } }, methods: { - but() { console.log(this.activeBook, 'this.activeBook789'); } - } }; -- Gitblit v1.9.1