yaowanxin
2025-08-27 b9427dad6b64a2b96ae8633fe08c55c4e3a53f58
src/components/FileUpload/index.vue
@@ -231,10 +231,11 @@
  }
  // 桌面端下载
  const link = document.createElement("a");
  link.href = url;
  link.href = file.downloadUrl;
  link.download = file.bucketFilename || file.key;
  link.click();
};
// 上传前校验
const handleBeforeUpload = (file) => {
  // 校验文件名特殊字符