From 3e476f68e28436faeac135038c709a2674fc0cdc Mon Sep 17 00:00:00 2001 From: yangdj <18302547071@163> Date: Sat, 14 Jan 2023 02:02:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-core/src/main/resources/static/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-core/src/main/resources/static/js/common.js b/admin-core/src/main/resources/static/js/common.js index 1b26efa3..e6c2371a 100644 --- a/admin-core/src/main/resources/static/js/common.js +++ b/admin-core/src/main/resources/static/js/common.js @@ -383,7 +383,7 @@ var Common = { ajaxInit: function() { var _role_tag = getHeadTag(); var key = getCookie(_role_tag); - // $.ajaxSetup({headers: { token: getCookie(key) , _role_tag}}) + $.ajaxSetup({headers: { token: getCookie(key) , _role_tag}}) }, /** * cookie获取