unknown
2024-06-05 c3a97e9da90ab1a34f766acd35944d295cc5a6bf
src/books/lifeCare/view/chapter001.vue
@@ -1403,7 +1403,7 @@
</template>
<script>
import getResourcePath from "@/assets/methods/resources.js";
import {getResourcePath} from "@/assets/methods/resources.js";
import examinations from "@/components/examinations/index.vue";
export default {
@@ -1444,7 +1444,7 @@
    if (localData) {
      this.chapter001 = { ...Object.assign(this.chapter001, localData) };
    }
    this.chapter001.videOneUrl = getResourcePath(
    this.chapter001.videOneUrl = await getResourcePath(
      "68ebd5c05bcb742999a9ebdce4b4bd53"
    );
  },