startMenu.json 950 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [
  2. {
  3. "title": "页面配置",
  4. "id": "1.1",
  5. "action": "pageConfig",
  6. "icon": "portal_page.png",
  7. "expand": false,
  8. "sub": []
  9. },
  10. // {
  11. // "title": "菜单配置",
  12. // "id": "1.1",
  13. // "action": "menuConfig",
  14. // "icon": "portal_menu.png",
  15. // "expand": false,
  16. // "sub": []
  17. // },
  18. // {
  19. // "title": "部件配置",
  20. // "id": "1.1",
  21. // "action": "widgetConfig",
  22. // "icon": "portal_widget.png",
  23. // "expand": false,
  24. // "sub": []
  25. // },
  26. {
  27. "title": "脚本配置",
  28. "id": "1.1",
  29. "action": "scriptConfig",
  30. "icon": "portal_script.png",
  31. "expand": false,
  32. "sub": []
  33. },
  34. {
  35. "title": "资源文件",
  36. "id": "1.1",
  37. "action": "fileConfig",
  38. "icon": "portal_file.png",
  39. "expand": false,
  40. "sub": []
  41. },
  42. {
  43. "title": "门户属性",
  44. "id": "1.1",
  45. "action": "applicationProperty",
  46. "icon": "portal_property.png",
  47. "expand": false,
  48. "sub": []
  49. }
  50. ]