diff --git a/src/main/webapp/pages/common/menu.jsp b/src/main/webapp/pages/common/menu.jsp index 926630fe..0d92fdbc 100644 --- a/src/main/webapp/pages/common/menu.jsp +++ b/src/main/webapp/pages/common/menu.jsp @@ -211,7 +211,7 @@ function ceshi() $(function () { $('#tt').tree({ url:'<%=path%>/functions/findMenu.action?PNumber='+PNumber+'&hasFunctions='+functions, - animate:true, + animate:true }); });