Browse Source

fix 更改密码接口

fix 更改密码接口
master
陈港 2 years ago
parent
commit
91c89e0cc8
  1. 1
      pages/home/rePassword.vue

1
pages/home/rePassword.vue

@ -66,7 +66,6 @@ import request from '@/common/request'
if(this.check()){
var res=await request("/sys/user/updatePassword",{
method:"put",
suffix:"/jeecgboot",
body: this.formData
})
if(res.statu){

Loading…
Cancel
Save