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)