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

master
RuoYi 12 months ago
parent 40648703fc
commit 98cba51541
  1. 3
      src/api/login.js

@ -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…
Cancel
Save