gaoluyang
4 天以前 1423088dc8c981320de0ea9ebd72ed5ab25f6b86
src/components/filePreview/index.vue
@@ -88,7 +88,6 @@
});
const isPdf = computed(() => {
  console.log(fileUrl.value)
  return /\.pdf$/i.test(fileUrl.value);
});