$.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"
});
打断点也是有数据的但是不打印
测试是有的
可以检查下是否过滤了返回结果
如有帮助请采纳回答 谢谢