docs: 📝 删除日志打印

删除日志打印
This commit is contained in:
Theo
2025-03-06 11:43:36 +08:00
parent 12981c5e6e
commit f7d402217e

View File

@@ -208,7 +208,6 @@ const handleError = (_error: any) => {
* 删除文件
*/
function handleRemove(fileUrl: string) {
console.log(fileUrl);
FileAPI.delete(fileUrl).then(() => {
modelValue.value = modelValue.value.filter((file) => file.url !== fileUrl);
});