feat:登录方法新增header参数userName

This commit is contained in:
不做码农 2023-05-07 08:56:38 +08:00
parent 3c8605fb01
commit 4d8270b458

View File

@ -12,6 +12,9 @@ export function login(username, password, code, uuid) {
url: '/login',
method: 'POST',
data: data,
headers: {
userName: username
}
})
}