闫增涛
2024-10-22 7715ae3606bb01c0e9f08f40e83bfed0d983c6a3
src/App.vue
@@ -63,12 +63,14 @@
      // artAndDance
      // 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
          : "mathBook")
      );
      // this.activeBook = await this.config.getBookConfig(
      //   'http://182.92.203.7:3007/books/resource/'+
      //   (process.env.VUE_APP_ENV == "product"
@@ -82,11 +84,9 @@
    }
  },
  methods: {
    but() {
      console.log(this.activeBook, 'this.activeBook789');
    }
  }
};