From eb7ce398d0466c5f091574e9c0ea7ff8f1ef045b Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Fri, 8 Nov 2024 17:09:42 +0800 Subject: [PATCH] no message --- js/common.js | 1 + 1 file changed, 1 insertion(+) 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) })