Commit 70e8709f authored by 华国豪's avatar 华国豪 🙄

登录新增平台区分

parent 1c1583ad
......@@ -315,6 +315,7 @@ export default {
this.loginF(msg);
},
loginF(msg){ // 登录方法
msg.platform = 0;
this.apipost('b2b_post_Login',msg,r=>{
if(r.data.resultCode==1){
let userInfo = r.data.data;
......
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