gaoluyang
2025-11-24 74f468a4e035a76205318edaab925993ae5b8d73
src/components/filePreview/index.vue
@@ -88,7 +88,6 @@
});
const isPdf = computed(() => {
  console.log(fileUrl.value)
  return /\.pdf$/i.test(fileUrl.value);
});