feat:登录方法新增header参数userName
This commit is contained in:
parent
3c8605fb01
commit
4d8270b458
@ -12,6 +12,9 @@ export function login(username, password, code, uuid) {
|
||||
url: '/login',
|
||||
method: 'POST',
|
||||
data: data,
|
||||
headers: {
|
||||
userName: username
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user