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

更新menu的代码

parent f77e3bc8
...@@ -206,9 +206,9 @@ function ceshi() ...@@ -206,9 +206,9 @@ function ceshi()
<!-- 导航内容 --> <!-- 导航内容 -->
<div> <div>
<ul id="tt"></ul> <ul id="tt"></ul>
<script type="text/javascript"> <script>
var PNumber = getUrlParam('appID'); //获取传值appid var PNumber = getUrlParam('appID'); //获取传值appid
$(function () { $(function(){
$('#tt').tree({ $('#tt').tree({
url:'<%=path%>/functions/findMenu.action?PNumber='+PNumber+'&hasFunctions='+functions, url:'<%=path%>/functions/findMenu.action?PNumber='+PNumber+'&hasFunctions='+functions,
animate:true 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