From 19e2533b6e522502b6f25b9506ca0e26c32c22de Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 26 Jun 2020 09:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7shiro=E5=88=B0=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E7=89=881.5.3=20=E9=98=BB=E6=AD=A2=E6=9D=83=E9=99=90?= =?UTF-8?q?=E7=BB=95=E8=BF=87=E6=BC=8F=E6=B4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- ruoyi-admin/src/main/resources/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 49eafb5e..9b54ebeb 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ UTF-8 UTF-8 1.8 - 1.4.2 + 1.5.3 2.0.0 1.3.2 1.1.14 diff --git a/ruoyi-admin/src/main/resources/templates/index.html b/ruoyi-admin/src/main/resources/templates/index.html index 8fcaa7a9..1fd896a7 100644 --- a/ruoyi-admin/src/main/resources/templates/index.html +++ b/ruoyi-admin/src/main/resources/templates/index.html @@ -316,7 +316,7 @@ $(function() { $dataObj.parents("ul").addClass("in") $dataObj.parents("li").addClass("active").siblings().removeClass("active").find('li').removeClass("active"); $dataObj.parents("ul").css('height', 'auto').height(); - $('a[href$="' + decodeURI(dataId) + '"]').click(); + $dataObj.click(); } }) }