🐞 fix: 修复llo无法上传云盘的问题

This commit is contained in:
DESKTOP-I4SRUE6\NikoYoke 2024-11-13 19:03:50 +08:00
parent 079ef66f33
commit af05434436

View File

@ -84,7 +84,7 @@ export async function getGroupFileUrl(e, count = 10) {
};
}
} else if (cleanPath.startsWith('file:///')) {
cleanPath.replace('file:///', '')
cleanPath = cleanPath.replace('file:///', '')
}
return { cleanPath, file_id };