123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- var navs = [{
- "title" : "后台首页",
- "icon" : "icon-computer",
- "href" : "page/main.html",
- "spread" : false
- },{
- "title" : "客户端用户列表",
- "icon" : "icon-text",
- "href": "page/GtUser/userList.html",
- "spread" : false
- },{
- "title" : "推送消息",
- "icon" : "icon-text",
- "href": "page/GtMsgList/MsgAdd.html",
- "spread" : false
- },{
- "title" : "系统基本参数",
- "icon" : "",
- "href" : "page/systemParameter/systemParameter.html",
- "spread" : false
- }
- //, {
- // "title": "404页面",
- // "icon": "",
- // "href": "page/404.html",
- // "spread": false
- //}
- //, {
- // "title" : "二级菜单演示",
- // "icon" : "",
- // "href" : "",
- // "spread" : false,
- // "children" : [
- // {
- // "title" : "二级菜单1",
- // "icon" : "",
- // "href" : "",
- // "spread" : false
- // },
- // {
- // "title" : "二级菜单2",
- // "icon" : "",
- // "href" : "",
- // "spread" : false
- // }
- // ]
- //}
- ]
|