乡村相册

This commit is contained in:
liuye
2021-12-24 09:29:17 +08:00
parent d687db47f3
commit fbd61baa67

View File

@@ -50,7 +50,7 @@ export default {
getList() { getList() {
this.$http.post(`/app/appvillagepicturealbum/queryAlbumMenu`, null, { this.$http.post(`/app/appvillagepicturealbum/queryAlbumMenu`, null, {
params: { params: {
areaId: this.user.areaId, areaId: this.areaId,
} }
}).then(res => { }).then(res => {
if (res.code == 0) { if (res.code == 0) {