登录不做数据重复提交验证
This commit is contained in:
parent
079ac841f3
commit
7098acc968
|
@ -11,7 +11,8 @@ export function login(username, password, code, uuid) {
|
|||
return request({
|
||||
url: '/login',
|
||||
headers: {
|
||||
isToken: false
|
||||
isToken: false,
|
||||
repeatSubmit: false
|
||||
},
|
||||
method: 'post',
|
||||
data: data
|
||||
|
|
Loading…
Reference in New Issue