Commit 1378f095 by 刘泽奇

123

parent 4e3f8114
...@@ -501,10 +501,14 @@ ...@@ -501,10 +501,14 @@
} }
}, },
loginOut(){ loginOut(){
/*
var url = encodeURIComponent("http://tm.plus.jdcloud.com/#/jd/jdtrademark") ; var url = encodeURIComponent("http://tm.plus.jdcloud.com/#/jd/jdtrademark") ;
location.href = `http://login.jdcloud.com/logout?callback=http://tm.plus.jdcloud.com/#/jd/jdtrademark`; */
/* /*
location.href = `http://login.jdcloud.com/logout?callback=http://tm.plus.jdcloud.com/#/jd/jdtrademark`;
*/
let _this = this; let _this = this;
$.ajax({ $.ajax({
async: true, async: true,
...@@ -520,12 +524,11 @@ ...@@ -520,12 +524,11 @@
console.log(response); console.log(response);
if (response.code == 0) { if (response.code == 0) {
console.log(response); console.log(response);
_this.$router.push({ path: "http://tm.plus.jdcloud.com/#/jd/jdtrademark" });
} }
} }
}); });
*/
}, },
......
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