乡村相册

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() {
this.$http.post(`/app/appvillagepicturealbum/queryAlbumMenu`, null, {
params: {
areaId: this.user.areaId,
areaId: this.areaId,
}
}).then(res => {
if (res.code == 0) {