gaoluyang
2025-11-19 a5ddaf6b76f1266a180a45d0cbde9cd4eefe5912
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 = () => {