Commit aeaf023d authored by 张伯涛's avatar 张伯涛

登录接口传参添加wechatType用来区分登录的小程序

parent 4260c1cd
......@@ -57,6 +57,8 @@ import projectName from "../../common/projectName";
state: false,
tel: '',
password: '',
// wechatType: 'HZY',
wechatType: 'YHZ',
codeUrl: '',
code: '',
uuid: ''
......@@ -99,6 +101,7 @@ import projectName from "../../common/projectName";
const password = this.password
const code = this.code
const uuid = this.uuid
const wechatType = this.wechatType
const type = 2
const data = {
username,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment