startMenu.json 641 B

1234567891011121314151617181920212223242526272829303132333435
  1. [
  2. // {
  3. // "title": "选择器配置",
  4. // "id": "1.1",
  5. // "action": "selectConfig",
  6. // "icon": "query_select.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": "agentConfig",
  22. "icon": "agent_script.png",
  23. "expand": false,
  24. "sub": []
  25. },
  26. {
  27. "title": "接口配置",
  28. "id": "1.1",
  29. "action": "invokeConfig",
  30. "icon": "agent_script.png",
  31. "expand": false,
  32. "sub": []
  33. }
  34. ]