update api

This commit is contained in:
2020-06-29 17:24:57 +08:00
parent 905022e6e4
commit dce6d3a1b8
19 changed files with 280 additions and 87 deletions

View File

@@ -189,7 +189,12 @@ export default {
sex: gender,
avatar: avatar,
});
}
},
// 用户浏览记录
getBrowseList() {
return vm.$u.post('Member/BrowseList');
},
}
}
}