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'); } } };