unknown
2024-06-13 c0e4157169e151fe4ada71d3abbd82aa78c4d71e
src/App.vue
@@ -8,7 +8,7 @@
      v-if="activeBook.name == 'sportsAndHealth'"
    ></sportsAndHealth>
    <artAndDance v-if="activeBook.name == 'artAndDance'"></artAndDance>
    <math v-if="activeBook.name == 'math'"></math>
    <mathDom v-if="activeBook.name == 'math'"></mathDom>
  </div>
</template>
@@ -19,7 +19,7 @@
import english from "./books/English/view/index.vue";
import sportsAndHealth from "./books/sportsAndHealth/view/index";
import artAndDance from './books/artAndDance/view/index.vue'
import math from './books/math/view/index.vue'
import mathDom from './books/math/view/index'
export default {
  name: "App",
  components: {
@@ -29,7 +29,7 @@
    english,
    sportsAndHealth,
    artAndDance,
    math
    mathDom
  },
  data() {
    return {
@@ -75,7 +75,7 @@
        // english
        // artAndDance
        // math
        this.config.resourceCtx + "math"
        this.config.resourceCtx + "sportsAndHealth"
      );
      // 测试试读30页
      // this.activeBook.tryPageCount = 10;