| 1234567891011121314151617181920212223242526272829303132333435 |
- [
- // {
- // "title": "选择器配置",
- // "id": "1.1",
- // "action": "selectConfig",
- // "icon": "query_select.png",
- // "expand": false,
- // "sub": []
- // },
- // {
- // "title": "菜单配置",
- // "id": "1.1",
- // "action": "menuConfig",
- // "icon": "portal_menu.png",
- // "expand": false,
- // "sub": []
- // },
- {
- "title": "代理配置",
- "id": "1.1",
- "action": "agentConfig",
- "icon": "agent_script.png",
- "expand": false,
- "sub": []
- },
- {
- "title": "接口配置",
- "id": "1.1",
- "action": "invokeConfig",
- "icon": "agent_script.png",
- "expand": false,
- "sub": []
- }
- ]
|