$.ajax({
type : 'GET',
url : "https://www.fastmock.site/mock/20431ec8e727fa1b5e049effe16a7833/landsvr/swtable",
async : false,
success : function(data) {
console.log(data)
},
error : function(data) {
console.log(444)
},
dataType : "json"
});
打断点也是有数据的但是不打印