gaoluyang
2026-05-09 8c13d8bd08af6f9b0130f45a567112484e1ea432
src/components/filePreview/index.vue
@@ -164,7 +164,7 @@
};
const open = (url) => {
  fileUrl.value = window.location.protocol+'//'+window.location.host+ url;
  fileUrl.value = url;
  dialogVisible.value = true;
};
const handleClose = () => {