mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-19 00:45:54 +08:00
修改密码增加验证密码选项
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
import {
|
||||
sendMobile,
|
||||
resetByMobile,
|
||||
modifyPass
|
||||
resetPassword
|
||||
} from "@/api/login";
|
||||
|
||||
import {
|
||||
@@ -144,7 +144,7 @@
|
||||
});
|
||||
return;
|
||||
}
|
||||
modifyPass({
|
||||
resetPassword({
|
||||
password: md5(this.password),
|
||||
}).then((res) => {
|
||||
if (res.data.success) {
|
||||
|
||||
Reference in New Issue
Block a user