|
@@ -103,11 +103,11 @@ export default {
|
|
|
this.FileUrl = this.$p + item.url
|
|
|
this.srcList = []
|
|
|
}else{
|
|
|
- this.FileUrl = 'http://192.168.1.24:8012/onlinePreview?url='+ btoa(encodeURIComponent(this.$p + item.url))
|
|
|
- console.log(this.FileUrl,this.$p + item.url)
|
|
|
- this.srcList = []
|
|
|
- this.FileVisible = true
|
|
|
- // downLoad2(item.url)
|
|
|
+ // this.FileUrl = 'http://192.168.1.24:8012/onlinePreview?url='+ btoa(encodeURIComponent(this.$p + item.url))
|
|
|
+ // console.log(this.FileUrl,this.$p + item.url)
|
|
|
+ // this.srcList = []
|
|
|
+ // this.FileVisible = true
|
|
|
+ downLoad2(item.url)
|
|
|
}
|
|
|
},
|
|
|
delFile(id){
|