gaoluyang
2026-05-09 d4bc592b5d0c42bc69abd5bd6334c191205dc244
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 = () => {