diff --git a/js/common.js b/js/common.js index aa87151..b601ce8 100644 --- a/js/common.js +++ b/js/common.js @@ -46,6 +46,7 @@ function $ajaxget(url, data) { ) .then(function (res) { var data = typeof res.data == "string" ? JSON.parse(res.data) : res.data + console.log("data",data); if (data.code == 401) reject() resolve(data) })