fix: 无法浏览聊天图片的问题
This commit is contained in:
parent
b5ccba552f
commit
478d63893b
@ -120,7 +120,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
previewUrl() {
|
previewUrl() {
|
||||||
return $A.apiUrl("../fileview/onlinePreview?url=" + encodeURIComponent(this.msgDetail.url))
|
return $A.apiUrl("../fileview/onlinePreview?url=" + encodeURIComponent(this.msgDetail.content.url))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
@ -120,7 +120,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
previewUrl() {
|
previewUrl() {
|
||||||
return $A.apiUrl("../fileview/onlinePreview?url=" + encodeURIComponent(this.fileDetail.url))
|
return $A.apiUrl("../fileview/onlinePreview?url=" + encodeURIComponent(this.fileDetail.content.url))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user