From 5e9af6295ed706656f6e385d01ba3647e1de24d6 Mon Sep 17 00:00:00 2001 From: wanghao Date: Mon, 16 Dec 2024 17:33:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0=E4=B8=BB=E9=A1=B5=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/main.html b/ruoyi-admin/src/main/resources/templates/main.html index 425122b..46420bc 100644 --- a/ruoyi-admin/src/main/resources/templates/main.html +++ b/ruoyi-admin/src/main/resources/templates/main.html @@ -56,7 +56,7 @@ method: 'POST', dataType: 'json', success: function (response) { - console.log(response) + // console.log(response) if (response.code==0){ data = response.data; $("#tt1").text(data)