From 7715ae3606bb01c0e9f08f40e83bfed0d983c6a3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 22 十月 2024 15:20:42 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/App.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index a7c17d7..04f2ced 100644 --- a/src/App.vue +++ b/src/App.vue @@ -70,6 +70,7 @@ ? process.env.VUE_APP_BOOK_ID : "mathBook") ); + // this.activeBook = await this.config.getBookConfig( // 'http://182.92.203.7:3007/books/resource/'+ // (process.env.VUE_APP_ENV == "product" @@ -83,11 +84,9 @@ } }, methods: { - but() { console.log(this.activeBook, 'this.activeBook789'); } - } }; -- Gitblit v1.9.1