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();
}
})
}