This commit is contained in:
季圣华
2016-10-30 16:59:08 +08:00
parent 7c513f3e6c
commit af973cf1d2
2 changed files with 114 additions and 0 deletions

29
WebRoot/js/common/cs.js Normal file
View File

@@ -0,0 +1,29 @@
[{
"id":1,
"text":"Folder1",
"children":[{
"id":11,
"text":"File1",
"checked":true
},{
"text":"Books",
"state":"open",
"children":[{
"id":111,
"text":"<a onclick=\"NewTab('功能管理','../manage/functions.jsp')\">功能管理</a>"
},{
"id": 8,
"text":"Sub Bookds",
"state":"closed"
}]
}]
},{
"text":"Languages",
"state":"closed",
"children":[{
"text":"Java"
},{
"text":"C#"
}]
}]