navi.json 913 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [
  2. {
  3. "title": "脑图",
  4. "id": "10",
  5. "action" : "openMinder"
  6. },
  7. {
  8. "access" :"admin_dept",
  9. "type" :"sep"
  10. },
  11. {
  12. "title": "主体工作",
  13. "id": "15",
  14. "action" : "opeCoreWork",
  15. "target" : "_blank"
  16. },
  17. {
  18. "title": "工作详情",
  19. "id": "20",
  20. "action" : "opeWorkForm",
  21. "target" : "_blank"
  22. },
  23. {
  24. "title": "工作细节",
  25. "id": "20",
  26. "action" : "opeWorkDetail",
  27. "target" : "_blank"
  28. },
  29. {
  30. "title": "图片剪切",
  31. "id": "25",
  32. "action" : "openImageCliper",
  33. "target" : "_blank"
  34. }
  35. // {
  36. // "access" :"admin_dept",
  37. // "type" :"sep"
  38. // },
  39. // {
  40. // "access" :"admin",
  41. // "title": "维护",
  42. // "id": "20",
  43. // "expand": false,
  44. // "sub": [
  45. // {
  46. // "id" : "20.1",
  47. // "access" : "admin",
  48. // "title" : "法定假期",
  49. // "action" : "openHolidaySetting"
  50. // }
  51. // ]
  52. // }
  53. ]