mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud-Vue3.git
synced 2025-06-07 18:49:09 +00:00
登录不做数据重复提交验证
This commit is contained in:
parent
28f30a4ad6
commit
714e757d87
@ -5,7 +5,8 @@ export function login(username, password, code, uuid) {
|
||||
return request({
|
||||
url: '/auth/login',
|
||||
headers: {
|
||||
isToken: false
|
||||
isToken: false,
|
||||
repeatSubmit: false
|
||||
},
|
||||
method: 'post',
|
||||
data: { username, password, code, uuid }
|
||||
|
Loading…
Reference in New Issue
Block a user