gaoluyang
2026-02-27 b9e53d7500e3497f8659fc373e6c707071b6dfb7
src/components/filePreview/index.vue
@@ -88,7 +88,6 @@
});
const isPdf = computed(() => {
  console.log(fileUrl.value)
  return /\.pdf$/i.test(fileUrl.value);
});