Commit 3ca2070f authored by 黄媛媛's avatar 黄媛媛

update

parent 4d71e234
...@@ -3610,9 +3610,9 @@ export default { ...@@ -3610,9 +3610,9 @@ export default {
obj.SecretKey=userinfo.SecretKey; obj.SecretKey=userinfo.SecretKey;
let ObjInfo=JSON.stringify(obj); let ObjInfo=JSON.stringify(obj);
if (!this.isOnline()) { if (!this.isOnline()) {
url="http://www.test.com:8080/#/login?token="+userinfo.token+"&SecretKey="+userinfo.SecretKey; url="http://www.test.com:8080/#/Autologin?token="+userinfo.token+"&SecretKey="+userinfo.SecretKey;
}else{ }else{
url="http://zcyx.oytour.com/#/login?ObjInfo="+userinfo.token+"&SecretKey="+userinfo.SecretKey; url="http://zcyx.oytour.com/#/Autologin?ObjInfo="+userinfo.token+"&SecretKey="+userinfo.SecretKey;
} }
window.open(url) window.open(url)
}, },
......
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