|
|
@ -48,7 +48,7 @@ |
|
|
password: '', |
|
|
password: '', |
|
|
uuid: '', |
|
|
uuid: '', |
|
|
captcha: '', |
|
|
captcha: '', |
|
|
// site:'' |
|
|
|
|
|
|
|
|
site:'' |
|
|
}, |
|
|
}, |
|
|
siteList:[], |
|
|
siteList:[], |
|
|
dataRule: { |
|
|
dataRule: { |
|
|
@ -91,7 +91,7 @@ |
|
|
'username': this.dataForm.userName, |
|
|
'username': this.dataForm.userName, |
|
|
'password': this.dataForm.password, |
|
|
'password': this.dataForm.password, |
|
|
'uuid': this.dataForm.uuid, |
|
|
'uuid': this.dataForm.uuid, |
|
|
// 'site': this.dataForm.site, |
|
|
|
|
|
|
|
|
'site': this.dataForm.site, |
|
|
}) |
|
|
}) |
|
|
}).then(({data}) => { |
|
|
}).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
|