This commit is contained in:
yanran200730
2022-05-25 14:21:45 +08:00
parent 33327386a1
commit 409a7ffb34

View File

@@ -140,8 +140,8 @@
getAlbumList () {
this.$http.post('/api/appalbum/list', null, {
parmas: {
size: 100
params: {
size: 10000
}
}).then(res => {
if (res.code === 0) {