fix: 登录增加channel
This commit is contained in:
parent
0515ddc04c
commit
bac24c1cc8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue