From 174b4a81fbc7733362833b61f1a3d176fee1cd9f Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 11 Nov 2024 18:45:00 +0800 Subject: [PATCH] no message --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index ea80921..34ba6d7 100644 --- a/js/common.js +++ b/js/common.js @@ -33,7 +33,7 @@ function $ajax(url) { } function $ajaxget(url, data) { - data["authorization"] = "6f167d28205b143c880382cd8408ea93" + if (data) data["authorization"] = "6f167d28205b143c880382cd8408ea93" url = url.indexOf("https://") > -1 ? url : projectBaseURL + url url += objectToQueryString(data)