| | |
| | | questionData: { |
| | | type: Object, |
| | | }, |
| | | isSearch: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | examinations, |
| | | }, |
| | | async created() { |
| | | if (!this.isSearch) { |
| | | const localData = JSON.parse(localStorage.getItem("chapter002")); |
| | | if (localData) { |
| | | this.chapter002 = { ...Object.assign(this.chapter002, localData) }; |
| | |
| | | this.chapter002.videOneUrl116 = await getResourcePath( |
| | | "b727b78f8036a38cbd054816a81da7f8" |
| | | ); |
| | | // this.chapter002.videOneUrl116 = |
| | | // "https:/jsek.bnuic.com/file/api/ApiDownload?md5=b727b78f8036a38cbd054816a81da7f8"; |
| | | // this.chapter002.videOneUrl = |
| | | // "https:/jsek.bnuic.com/file/api/ApiDownload?md5=6e471afdbeb95a8891f1551cbb0cd4fd"; |
| | | } |
| | | }, |
| | | methods: { |
| | | activityOne() { |