| | |
| | | </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" |
| | |
| | | </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 }, |
| | |
| | | }; |
| | | }, |
| | | async mounted() { |
| | | this.getResourcePath = getResourcePath; |
| | | this.getVideoPath(); |
| | | const localData = localStorage.getItem("chapterOneData"); |
| | | if (localData) { |