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