Commit d3541804 by 宋毅

tj

parent ff553f02
......@@ -452,7 +452,7 @@
let _this = this;
$.ajax({
async: true,
url: "http://login.jdcloud.com/logout",
url: "https://login.jdcloud.com/logout",
type: "GET",
dataType: "jsonp",
jsonp: 'callback',
......
......@@ -449,7 +449,7 @@
let _this = this;
$.ajax({
async: true,
url: "http://login.jdcloud.com/logout",
url: "https://login.jdcloud.com/logout",
type: "GET",
dataType: "jsonp",
jsonp: 'callback',
......
......@@ -511,7 +511,7 @@
let _this = this;
$.ajax({
async: true,
url: "http://login.jdcloud.com/logout",
url: "https://login.jdcloud.com/logout",
type: "GET",
dataType: "jsonp",
jsonp: 'callback',
......
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