修改密码
This commit is contained in:
@@ -444,7 +444,7 @@ export async function editpassword(data?: any): Promise<any> {
|
||||
}
|
||||
newdata.memberid=data.memberid
|
||||
newdata.password=data.password
|
||||
newdata.topassword=data.repassword
|
||||
newdata.topassword=data.topassword
|
||||
console.log(newdata)
|
||||
const res = await post<Liveaddrule>('resetPassword',newdata)
|
||||
if(res.code==0){
|
||||
|
||||
Reference in New Issue
Block a user