Commit 83c75ed9 authored by 罗超's avatar 罗超

1

parent 0b894edf
...@@ -145,9 +145,8 @@ export default { ...@@ -145,9 +145,8 @@ export default {
goUrlZC() { goUrlZC() {
let userinfo = this.getLocalStorage(); let userinfo = this.getLocalStorage();
let token=Lockr.get("Token"); let token=Lockr.get("Token");
let url = "http://www.test.com:8080/#/Autologin?ObjInfo=" + token + "&SecretKey=" + userinfo.UploadConfig.SecretKey; // let url = "http://www.test.com:8080/#/Autologin?ObjInfo=" + token + "&SecretKey=" + userinfo.UploadConfig.SecretKey;
// let url = "http://zcyx.oytour.com/#/Autologin?ObjInfo=" + token let url = "http://zcyx.oytour.com/#/Autologin?ObjInfo=" + token + "&SecretKey=" + userinfo.UploadConfig.SecretKey;
// let url = "http://www.test.com:8080/#/Autologin?ObjInfo=" + token
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