@ -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
})