页面效果优化

This commit is contained in:
FengHui
2026-04-10 11:25:34 +08:00
parent 8bfc1dc683
commit 769bc23edb
3 changed files with 132 additions and 136 deletions

View File

@@ -83,3 +83,15 @@ export function getInfo() {
method: 'get'
})
}
// 重新发送验证码
export function sendSmsAgain(data) {
return request({
method: 'post',
url: '/app/sendSmsAgain',
data,
headers: {
isToken: false
}
})
}