gaoluyang
2026-05-08 f5806d04b59df7a4079119392031ab99c381e0a5
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 = () => {