diff --git a/src/views/common/login.vue b/src/views/common/login.vue index 991dd46..d59b498 100644 --- a/src/views/common/login.vue +++ b/src/views/common/login.vue @@ -251,6 +251,8 @@ export default { role: _loginTypeMapper[this.loginType], username: this.dataForm.userName, password: this.dataForm.password, + // 0 app 1 web + channel: 1, // mobile: "", // code: "", }) @@ -281,6 +283,8 @@ export default { // role: _loginTypeMapper[this.loginType], mobile: this.loginByYZMForm.mobile, code: this.loginByYZMForm.code, + // 0 app 1 web + channel: 1, }) .then(({ data }) => { console.log("data", data); @@ -306,6 +310,8 @@ export default { // role: _loginTypeMapper[this.loginType], mobile: this.dataForm.userName, password: this.dataForm.password, + // 0 app 1 web + channel: 1, }) .then(({ data }) => { console.log("data", data);