梁航:个人信息动态展示

This commit is contained in:
hot777zz
2023-11-15 23:40:11 +08:00
4 changed files with 103 additions and 5 deletions

View File

@@ -213,6 +213,12 @@ const apiService = {
resolve(service.get(url))
>>>>>>> remotes/origin/master
})
},
editPersonInfo(data){
const url = `/center/userupdate`
return new Promise((resolve,reject) => {
resolve(service.post(url,data))
})
}
}
export {