|
@@ -110,16 +110,16 @@ let bindPhone=()=>{
|
|
|
ElMessage.error("请输入验证码");
|
|
|
return;
|
|
|
}
|
|
|
- console.log(123,props.openid);
|
|
|
binding_phone({
|
|
|
phone:phone.value,
|
|
|
code:code.value,
|
|
|
openid:props.openid
|
|
|
}).then(res=>{
|
|
|
+ code.value=''
|
|
|
localStorage.setItem('token',res.data.token)
|
|
|
ElMessage.success(res.msg);
|
|
|
setTimeout(() => {
|
|
|
- window.location.href='https://zhitq.hdlkeji.com/dist'
|
|
|
+ window.location.href='https://cmpfd.com/dist'
|
|
|
}, 1000);
|
|
|
// window.location.href='http://127.0.0.1:5176'
|
|
|
})
|
|
@@ -136,6 +136,7 @@ let toLogin = () => {
|
|
|
}
|
|
|
verification_code_login({phone:phone.value,code:code.value}).then(res=>{
|
|
|
if(res.code==1){
|
|
|
+ code.value=''
|
|
|
localStorage.setItem('token',res.data.token)
|
|
|
emit('getInfo')
|
|
|
}
|
|
@@ -153,7 +154,7 @@ let changeLogin = (type) => {
|
|
|
id:"login_container",
|
|
|
appid: "wxf62030ccd5f90b10",
|
|
|
scope: "snsapi_login",
|
|
|
- redirect_uri: encodeURIComponent('https://zhitq.hdlkeji.com/dist'),
|
|
|
+ redirect_uri: encodeURIComponent('https://cmpfd.com/dist'),
|
|
|
state: "",
|
|
|
style: "",
|
|
|
href: ""
|