This commit is contained in:
xvv 2024-07-27 17:17:13 +08:00
parent 59bd0a6460
commit c36d279d5d

View File

@ -162,7 +162,10 @@ export default {
}
resetPwd(data).then(res=>{
console.log(res)
this.xg =! this.xg
if(res.code == 200){
this.xg =false
}
})
},