diff --git a/src/views/api/PhotoWall.vue b/src/views/api/PhotoWall.vue index 9416621..3ec07c2 100644 --- a/src/views/api/PhotoWall.vue +++ b/src/views/api/PhotoWall.vue @@ -14,9 +14,9 @@ auto-upload :show-file-list="false" style="margin-right: 10px;"> - - 上传图片 - + + 上传图片 + (null) const photos = ref([]) const isUploading = ref(false) +const allowUploadExt = ['jpg', 'jpeg', 'png'] class GalleryPage extends Page { constructor() { super(); this.limit = 50 }