user1
2024-06-13 24ecdeb033eb6a447a8c05ef60f03a56d5ea0d47
src/App.vue
@@ -23,12 +23,8 @@
import english from "./books/English/view/index.vue";
import sportsAndHealth from "./books/sportsAndHealth/view/index";
import artAndDance from './books/artAndDance/view/index.vue'
<<<<<<< HEAD
import artAndDrama from './books/artAndDrama/view/index.vue'
=======
import math from './books/math/view/index.vue'
>>>>>>> 5502440dd8d7c8f7d911904150d14bdfc2c35944
export default {
  name: "App",
  components: {
@@ -38,11 +34,8 @@
    english,
    sportsAndHealth,
    artAndDance,
<<<<<<< HEAD
    artAndDrama
=======
    artAndDrama,
    math
>>>>>>> 5502440dd8d7c8f7d911904150d14bdfc2c35944
  },
  data() {
    return {
@@ -87,13 +80,8 @@
        // embedded
        // english
        // artAndDance
<<<<<<< HEAD
        // artAndDrama
        this.config.resourceCtx + "artAndDrama"
=======
        // math
        this.config.resourceCtx + "math"
>>>>>>> 5502440dd8d7c8f7d911904150d14bdfc2c35944
      );
      // 测试试读30页
      // this.activeBook.tryPageCount = 10;