@ -10,6 +10,9 @@ export function login(username, password, code, uuid) {
}
return request({
url: '/login',
headers: {
isToken: false
},
method: 'post',
data: data
})
@ -47,6 +50,9 @@ export function logout() {
export function getCodeImg() {
url: '/captchaImage',
method: 'get',
timeout: 20000