Merge pull request 'DJ' (#58) from DJ into dev

Reviewed-on: http://git.hchyun.com/feashow/pupil/pulls/58
This commit is contained in:
odjbin
2023-01-19 08:43:38 +00:00
8 changed files with 187 additions and 91 deletions

View File

@@ -326,6 +326,13 @@ const apiService = {
resolve(service.get(url))
})
},
//修改个人信息
getUser() {
const url = `/center/userinfo`
return new Promise((resolve, reject) => {
resolve(service.get(url))
})
},
// 获取首页分类Tag
getTags(data) {
const url = `/home/tags`