密码修改加密2

This commit is contained in:
zzyuan 2025-12-09 18:54:17 +08:00
parent 1eb92e30df
commit 75b46cb97d
1 changed files with 3 additions and 3 deletions

View File

@ -90,9 +90,9 @@ export function getTextCode(data) {
return request({
url: '/auth/createPhoneCaptcha',
method: 'post',
// headers: {
// isToken: false
// },
headers: {
isToken: false
},
timeout: 20000,
data
})