周宾
2025-12-08 4da40604690325917d208e386e3add022f181147
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 = () => {