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 () { getAlbumList () {
this.$http.post('/api/appalbum/list', null, { this.$http.post('/api/appalbum/list', null, {
parmas: { params: {
size: 100 size: 10000
} }
}).then(res => { }).then(res => {
if (res.code === 0) { if (res.code === 0) {