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
- }
- ]
|