unknown
2024-06-04 17f130e5aa42d8087128a46f1ab05d0976615d51
src/books/artAndDance/view/components/chapter001.vue
@@ -1,9 +1,14 @@
<template>
  <div class="chapter" num="2">
    <div class="page-box" page="4" style="min-height: auto;">
    <div class="page-box" page="4" style="min-height: auto">
      <div v-if="showPageList.indexOf(4) > -1">
        <img class="img-0" alt="" src="../../assets/images/dy1.jpg" />
        <img src="../../assets/images/01.gif" alt="" style="width: 53%;" class="cover-img">
        <img
          src="../../assets/images/01.gif"
          alt=""
          style="width: 53%"
          class="cover-img"
        />
      </div>
    </div>
    <div class="page-box" page="5">
@@ -137,7 +142,7 @@
</template>
<script>
import getResourcePath from "@/assets/methods/resources";
import { getResourcePath } from "@/assets/methods/resources";
export default {
  name: "chapterOne",
  props: {