diff --git a/react-ui/src/pages/Mirror/Create/index.tsx b/react-ui/src/pages/Mirror/Create/index.tsx index 89dc1e21..a32e99a1 100644 --- a/react-ui/src/pages/Mirror/Create/index.tsx +++ b/react-ui/src/pages/Mirror/Create/index.tsx @@ -90,6 +90,7 @@ function MirrorCreate() { ...omit(formData, ['fileList', 'upload_type']), path: file.response.data.url, file_size: file.response.data.fileSize, + file_name: file.response.data.fileName, upload_type: 1, image_type: 0, }; @@ -289,7 +290,7 @@ function MirrorCreate() { rules={[ { required: true, - message: '请上传镜像地址', + message: '请上传镜像文件', }, ]} >