密码修改

This commit is contained in:
仲么了
2024-01-29 13:57:52 +08:00
parent 7cfa3c0a9e
commit a0c582e1dd
11 changed files with 391 additions and 226 deletions

View File

@@ -87,7 +87,7 @@ const open = () => {
dialogVisible.value = true
}
const submit = () => {
formRef.value.validate(async valid => {
formRef.value.validate(async (valid: boolean) => {
if (valid) {
passwordConfirm(form.password)
.then(res => {