|
@@ -657,13 +657,13 @@
|
|
this.videoUploadList = []
|
|
this.videoUploadList = []
|
|
try {
|
|
try {
|
|
this.videoList.push({
|
|
this.videoList.push({
|
|
- name:'111',
|
|
|
|
- webName:'111',
|
|
|
|
|
|
+ name:'视频文件',
|
|
|
|
+ webName:'视频文件',
|
|
url:this.emergencyEventDetails.videoPath.split("/").slice(3).join("/")
|
|
url:this.emergencyEventDetails.videoPath.split("/").slice(3).join("/")
|
|
})
|
|
})
|
|
this.videoUploadList.push({
|
|
this.videoUploadList.push({
|
|
- name:'111',
|
|
|
|
- webName:'111',
|
|
|
|
|
|
+ name:'视频文件',
|
|
|
|
+ webName:'视频文件',
|
|
url:this.emergencyEventDetails.videoPath.split("/").slice(3).join("/")
|
|
url:this.emergencyEventDetails.videoPath.split("/").slice(3).join("/")
|
|
})
|
|
})
|
|
} catch (error) {
|
|
} catch (error) {
|