From 5741eff2dff711d91a73a06418fca0196a22d0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 17 Sep 2017 00:04:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=80=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/pages/common/menu.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); });