feat: login logic

This commit is contained in:
Tim
2025-07-16 12:54:10 +08:00
parent ea85af4a52
commit e42b5db5a0
4 changed files with 10 additions and 2 deletions

View File

@@ -50,9 +50,9 @@ export default {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer ${this.token}`
},
body: JSON.stringify({
token: this.token,
reason: this.reason
})
})