nav.js 946 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. var navs = [{
  2. "title" : "后台首页",
  3. "icon" : "icon-computer",
  4. "href" : "page/main.html",
  5. "spread" : false
  6. },{
  7. "title" : "客户端用户列表",
  8. "icon" : "icon-text",
  9. "href": "page/GtUser/userList.html",
  10. "spread" : false
  11. },{
  12. "title" : "推送消息",
  13. "icon" : "icon-text",
  14. "href": "page/GtMsgList/MsgAdd.html",
  15. "spread" : false
  16. },{
  17. "title" : "系统基本参数",
  18. "icon" : "",
  19. "href" : "page/systemParameter/systemParameter.html",
  20. "spread" : false
  21. }
  22. //, {
  23. // "title": "404页面",
  24. // "icon": "",
  25. // "href": "page/404.html",
  26. // "spread": false
  27. //}
  28. //, {
  29. // "title" : "二级菜单演示",
  30. // "icon" : "",
  31. // "href" : "",
  32. // "spread" : false,
  33. // "children" : [
  34. // {
  35. // "title" : "二级菜单1",
  36. // "icon" : "",
  37. // "href" : "",
  38. // "spread" : false
  39. // },
  40. // {
  41. // "title" : "二级菜单2",
  42. // "icon" : "",
  43. // "href" : "",
  44. // "spread" : false
  45. // }
  46. // ]
  47. //}
  48. ]