feat:对接了修改密码接口

This commit is contained in:
KindSeven
2024-09-25 20:10:26 +08:00
parent aac2d52bcc
commit 03e57d8ee2
3 changed files with 7 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ const router = useRouter()
const authStore = useAuthStore()
const loginForm = reactive({
username: 'admin',
password: '123456',
password: 'qwe123',
code: '',
uuid: ''
})