Commit 03abe02c authored by 季圣华's avatar 季圣华
Browse files

更新menu的代码

parent f77e3bc8
......@@ -206,10 +206,10 @@ function ceshi()
<!-- 导航内容 -->
<div>
<ul id="tt"></ul>
<script type="text/javascript">
<script>
var PNumber = getUrlParam('appID'); //获取传值appid
$(function () {
$('#tt').tree({
$(function(){
$('#tt').tree({
url:'<%=path%>/functions/findMenu.action?PNumber='+PNumber+'&hasFunctions='+functions,
animate:true
});
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment