yyb
2026-05-08 eef2bdb568e03f1cfb1deba99fb36c85f2086e42
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 = () => {