Commit 1378f095 by 刘泽奇

123

parent 4e3f8114
...@@ -501,11 +501,15 @@ ...@@ -501,11 +501,15 @@
} }
}, },
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`; */
/* /*
let _this = this; location.href = `http://login.jdcloud.com/logout?callback=http://tm.plus.jdcloud.com/#/jd/jdtrademark`;
*/
let _this = this;
$.ajax({ $.ajax({
async: true, async: true,
url: "http://login.jdcloud.com/logout", url: "http://login.jdcloud.com/logout",
...@@ -520,13 +524,12 @@ ...@@ -520,13 +524,12 @@
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" });
} }
} }
}); });
*/
}, },
toViewImg(src) { toViewImg(src) {
......
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