feat: 增加视频水印和防盗录

This commit is contained in:
2026-06-09 17:22:21 +08:00
parent b78ad9a854
commit a83e021cd7
911 changed files with 1102 additions and 23532 deletions

View File

@@ -20,8 +20,7 @@
:course="{courseTitle:options.navTitle, chapterTitle: curriculumData.title, catalogueId: curriculumData.catalogueId || '', courseId: curriculumData.courseId || options.courseId || ''}"
:cover="options.curriculumImgUrl || ''"
:http="$http"
:user-id="watermarkUserId"
:mobile="watermarkMobile"
:user-info="userInfo"
/>
<view class="" style="border-top: 2px solid #2979ff;">
@@ -173,6 +172,7 @@
import {
mapState
} from "vuex";
export default {
components: {
courseDescription, //课程说明
@@ -332,7 +332,6 @@
},
onHide() {
console.log('回去了 .....................');
},
onPullDownRefresh() {
uni.stopPullDownRefresh();
@@ -344,12 +343,6 @@
},
computed: {
...mapState(["userInfo"]),
watermarkUserId() {
return this.userInfo.id || this.userInfo.userId || this.userInfo.uid || ''
},
watermarkMobile() {
return this.userInfo.phone || this.userInfo.tel || this.userInfo.mobile || ''
},
},
methods: {
editorIput(e){