startMenu.json 933 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. ]