富文本图片不显示 从后台返回的url放在data中导致不显示

Signed-off-by: 李中原 <5021361+lizhongyuan3@user.noreply.gitee.com>
pull/14/head
李中原 2023-05-17 11:53:15 +00:00 committed by Gitee
parent 9e49fa5643
commit 884eaa16a9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const getButtonProps = computed(() => {
function handleChange(info: Recordable) {
const file = info.file
const status = file?.status
const url = file?.response?.url
const url = file?.response?.data
const name = file?.name
if (status === 'uploading') {