From 3d77e7cd49615790ca7ade1daed0e9e78320750b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=96=87=E7=83=A8?= <1426317404@qq.com> Date: Tue, 26 Nov 2024 07:43:30 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbanner=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 何文烨 <1426317404@qq.com> --- views/admin/banner/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/admin/banner/index.html b/views/admin/banner/index.html index 3ee726e..dc17826 100644 --- a/views/admin/banner/index.html +++ b/views/admin/banner/index.html @@ -230,8 +230,8 @@ handleRemove (file, fileList) { }, handleUploadSuccess (response, file, fileList) { - if (response && response.data) { - this.modelForm.smallimg = '/' + response.data.path + if (response && response.location) { + this.modelForm.smallimg = '/' + response.location } }, handleImgPreview (file) { -- Gitee