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