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

Merge pull request !14 from 李中原/N/A
pull/13/MERGE
xingyu 2023-05-17 12:46:23 +00:00 committed by Gitee
commit a94d426126
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') {