gaoluyang
昨天 bb5ec20596998a83287706f7be2c91a7d7080b10
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 = () => {