Pre Merge pull request !251 from didiwu/ts

This commit is contained in:
didiwu 2025-11-15 01:55:55 +00:00 committed by Gitee
commit c93f19bdb3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -20,7 +20,7 @@ export function login(data: LoginData): AxiosPromise<LoginResult> {
url: '/auth/login',
headers: {
isToken: false,
isEncrypt: true,
isEncrypt: false,
repeatSubmit: false
},
method: 'post',