视频默认加密

This commit is contained in:
2024-05-21 13:30:48 +08:00
parent 83687ef134
commit db0a4f04d8
2 changed files with 3 additions and 1 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@@ -140,7 +140,9 @@
methods: { methods: {
init(row, chapter_id) { init(row, chapter_id) {
console.log('row2', row) console.log('row2', row)
this.dataForm = row || {} this.dataForm = row || {
type:1
}
this.dataForm.chapterId = chapter_id || '' this.dataForm.chapterId = chapter_id || ''
this.visible = true this.visible = true
if (this.dataForm.video && this.dataForm.video != "") { if (this.dataForm.video && this.dataForm.video != "") {