登录不做数据重复提交验证

This commit is contained in:
dataprince 2023-10-26 11:01:30 +08:00
parent 1f5c673d63
commit 29d47ab642

View File

@ -17,7 +17,8 @@ export function login(tenantId,username, password, code, uuid) {
return request({
url: '/login',
headers: {
isToken: false
isToken: false,
repeatSubmit: false
},
method: 'post',
data: params