From 0ea08affa7b36ebf71b7018b8ca414ff97b7a6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=9B=8A=E8=BE=BE?= Date: Tue, 4 Jun 2024 13:44:48 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/views/system/attachment/index.vue.?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E7=AC=AC=E4=B8=89=E6=96=B9=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0domain=20url=E8=B0=83=E7=94=A8=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李益达 --- src/views/system/attachment/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/attachment/index.vue b/src/views/system/attachment/index.vue index 28e471d..5c53672 100644 --- a/src/views/system/attachment/index.vue +++ b/src/views/system/attachment/index.vue @@ -145,7 +145,7 @@ if (storeMode !== 'LOCAL') { Message.info('处理中...') - const domain = upload.storage[storeMode] + const domain = uploadConfig.storage[storeMode] url = domain + record.url } else { //文件上传在本地则请求后端下载 -- Gitee