视频默认加密
This commit is contained in:
@@ -140,7 +140,9 @@
|
||||
methods: {
|
||||
init(row, chapter_id) {
|
||||
console.log('row2', row)
|
||||
this.dataForm = row || {}
|
||||
this.dataForm = row || {
|
||||
type:1
|
||||
}
|
||||
this.dataForm.chapterId = chapter_id || ''
|
||||
this.visible = true
|
||||
if (this.dataForm.video && this.dataForm.video != "") {
|
||||
|
||||
Reference in New Issue
Block a user