From bac24c1cc807b783ee4c218718fabb1b495d09ff Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Mon, 14 Jul 2025 19:32:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=99=BB=E5=BD=95=E5=A2=9E=E5=8A=A0chan?= =?UTF-8?q?nel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/common/login.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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);