mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-18 11:58:49 +08:00
feat: 自定义预览图/文件名
This commit is contained in:
@@ -59,7 +59,7 @@ const {
|
||||
beforeUpload,
|
||||
innerFileList,
|
||||
customRequest,
|
||||
} = useUpload(props, emit, ossIdList);
|
||||
} = useUpload(props, emit, ossIdList, 'image');
|
||||
|
||||
const { previewVisible, previewImage, handleCancel, handlePreview } =
|
||||
useImagePreview();
|
||||
|
||||
Reference in New Issue
Block a user