Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
72c2f6ec42
4
pom.xml
4
pom.xml
@ -23,8 +23,8 @@
|
||||
<swagger.version>3.0.0</swagger.version>
|
||||
<kaptcha.version>2.3.3</kaptcha.version>
|
||||
<pagehelper.boot.version>1.4.6</pagehelper.boot.version>
|
||||
<fastjson.version>2.0.39</fastjson.version>
|
||||
<oshi.version>6.4.4</oshi.version>
|
||||
<fastjson.version>2.0.41</fastjson.version>
|
||||
<oshi.version>6.4.6</oshi.version>
|
||||
<commons.io.version>2.13.0</commons.io.version>
|
||||
<commons.collections.version>3.2.2</commons.collections.version>
|
||||
<poi.version>4.1.2</poi.version>
|
||||
|
||||
@ -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
Block a user