diff --git a/src/views/system/attachment/index.vue b/src/views/system/attachment/index.vue index 28e471da211d22ab55486b719aeb9e1d46d05d1f..5c536728ea2f9c3d90a718ef6790d937b8ec79c5 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 { //文件上传在本地则请求后端下载