闫增涛
2024-06-03 1f6a191b738ab6d8c1ff7c3804eabb454e09c269
src/books/childHealth/view/content/components/chapter001.vue
@@ -1011,7 +1011,7 @@
            </div>
            <div class="right" style="width: 60%">
              <video
                :src="getResourcePath('163c06871b763954952d1cd74373c618')"
                :src="pathFive"
                poster="../../../assets/images/chapterOne/people-video-img.jpg"
                webkit-playsinline="true"
                x-webkit-airplay="true"
@@ -4518,7 +4518,7 @@
</template>
<script>
import examinations from "@/components/examinations/index.vue";
import getResourcePath from "@/assets/methods/resources";
import {getResourcePath} from "@/assets/methods/resources";
export default {
  name: "chapter-one",
  components: { examinations },
@@ -4708,7 +4708,6 @@
    };
  },
  async mounted() {
    this.getResourcePath = getResourcePath;
    this.getVideoPath();
    const localData = localStorage.getItem("chapterOneData");
    if (localData) {