Explorar el Código

fix:修复在app中举报用户的时候图片无法选择相册的bug

qiao hace 1 mes
padre
commit
c93b50ca09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/chat/report.vue

+ 1 - 1
src/pages/chat/report.vue

@@ -152,7 +152,7 @@ const form = reactive({
 })
 
 const { open, onChange } = useFileDialog({
-  accept: '.png,.png,.jpeg,.JPG,Png '
+  accept: 'image/*'
 })
 
 function handleChangeAvatar() {