update - 登录接口

master
yinq 8 months ago
parent 5479422958
commit 9f0b5da00c

@ -9,7 +9,7 @@ export function login(username, password, code, uuid) {
uuid
}
return request({
url: '/login',
url: '/indexLogin',
headers: {
isToken: false
},
@ -56,4 +56,4 @@ export function getCodeImg() {
method: 'get',
timeout: 20000
})
}
}

Loading…
Cancel
Save