From e94f577c6e467bce035abdbcecba4d0858628ed5 Mon Sep 17 00:00:00 2001 From: wyx Date: Fri, 24 Feb 2023 13:58:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=AF=81=E4=B9=A6=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/project/AddCertificate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/drawers/project/AddCertificate.vue b/src/components/drawers/project/AddCertificate.vue index 76f49710..2aa0b3f5 100644 --- a/src/components/drawers/project/AddCertificate.vue +++ b/src/components/drawers/project/AddCertificate.vue @@ -470,7 +470,7 @@ export default { if (info.file.status === "done") { console.log("上传图片返回的信息 %o", info.file.name); state.imageUrl = process.env.VUE_APP_FILE_PATH + info.file.name; - state.imageName = info.file.name; + state.imageName = process.env.VUE_APP_FILE_PATH + info.file.name; } if (info.file.status === "error") { message.error("upload error");