富文本图片不显示 从后台返回的url放在data中导致不显示
Signed-off-by: 李中原 <5021361+lizhongyuan3@user.noreply.gitee.com>pull/14/head
parent
9e49fa5643
commit
884eaa16a9
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue