Skip to content

Commit d8423ec

Browse files
committed
1 parent 10e28ae commit d8423ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/uploader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ onMounted(async () => {
175175
if (!uploaded.value && props.record?.[previewColumnName]) {
176176
if (Array.isArray(props.record[previewColumnName]) && props.record[previewColumnName].length > 0) {
177177
const resp = await callAdminForthApi({
178-
path: `/plugin/${props.meta.pluginInstanceId}/get-file-preview-url`,
178+
path: `/plugin/${props.meta.pluginInstanceId}/get-file-download-url`,
179179
method: 'POST',
180180
body: { filePath: existingFilePath },
181181
});

0 commit comments

Comments
 (0)