|
|
@ -359,8 +359,8 @@ export default { |
|
|
|
data.visibility = otherConfig.visibility; |
|
|
|
|
|
|
|
data.pictures = otherConfig.pictures || []; |
|
|
|
// data.videoList = otherConfig.videoList || [] |
|
|
|
data.videoList = otherConfig.videoList || ['https://sf1-cdn-tos.huoshanstatic.com/obj/media-fe/xgplayer_doc_video/mp4/xgplayer-demo-480p.mp4'] |
|
|
|
data.videoList = otherConfig.videoList || [] |
|
|
|
// data.videoList = otherConfig.videoList || ['https://sf1-cdn-tos.huoshanstatic.com/obj/media-fe/xgplayer_doc_video/mp4/xgplayer-demo-480p.mp4'] |
|
|
|
} |
|
|
|
|
|
|
|
this.detailDialogFormData = data; |
|
|
@ -377,7 +377,7 @@ export default { |
|
|
|
let data = result.data; |
|
|
|
data.stringDirection = gzDirectionMapping[data.direction] || data.direction; |
|
|
|
|
|
|
|
data.videoList = ['https://sf1-cdn-tos.huoshanstatic.com/obj/media-fe/xgplayer_doc_video/mp4/xgplayer-demo-480p.mp4']; |
|
|
|
data.videoList = []; |
|
|
|
if (data.otherConfig) { |
|
|
|
let otherConfig = JSON.parse(data.otherConfig); |
|
|
|
// data.pictures = otherConfig.pictures || []; |
|
|
|