梁航:修改页面

This commit is contained in:
hot777zz
2023-11-15 23:16:26 +08:00
parent e3a78be387
commit 88e2d6542b
4 changed files with 93 additions and 2 deletions

View File

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