Pre Merge pull request !30 from MichelleChung/ts

This commit is contained in:
MichelleChung 2023-07-20 10:47:32 +00:00 committed by Gitee
commit 3b0926daef
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -54,7 +54,7 @@ export function logout() {
*/
export function getCodeImg(): AxiosPromise<VerifyCodeResult> {
return request({
url: '/code',
url: '/auth/code',
headers: {
isToken: false
},