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 = () => {