|
@@ -234,6 +234,8 @@ export default {
|
|
const obj = {
|
|
const obj = {
|
|
LoginName: this.name,
|
|
LoginName: this.name,
|
|
LoginPwd: this.form.pwd,
|
|
LoginPwd: this.form.pwd,
|
|
|
|
+ token: getCodeToken(),
|
|
|
|
+ userType: sessionStorage.getItem('UserType')
|
|
};
|
|
};
|
|
if (Number(this.errorNum) >= 2) {
|
|
if (Number(this.errorNum) >= 2) {
|
|
obj.CheckCode = this.form.identify;
|
|
obj.CheckCode = this.form.identify;
|