gaoluyang
2025-11-19 b3b394c66696dc61d0d0b0a6f1280709ebd60df7
src/components/filePreview/index.vue
@@ -163,7 +163,7 @@
};
const open = (url) => {
  fileUrl.value = javaApi + url;
  fileUrl.value = window.location.protocol+'//'+window.location.host+ url;
  dialogVisible.value = true;
};
const handleClose = () => {