mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-24 08:03:53 +08:00
update:web端重置密码页面加密
This commit is contained in:
@@ -183,7 +183,8 @@ export default {
|
||||
.data({
|
||||
phone: passwordData.phone,
|
||||
code: passwordData.code,
|
||||
password: passwordData.password
|
||||
password: passwordData.password,
|
||||
captchaId: passwordData.captchaId
|
||||
})
|
||||
.success((res) => {
|
||||
RequestService.clearRequestTime();
|
||||
|
||||
Reference in New Issue
Block a user