| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- [
- {
- "title": "页面配置",
- "id": "1.1",
- "action": "pageConfig",
- "icon": "portal_page.png",
- "expand": false,
- "sub": []
- },
- // {
- // "title": "菜单配置",
- // "id": "1.1",
- // "action": "menuConfig",
- // "icon": "portal_menu.png",
- // "expand": false,
- // "sub": []
- // },
- // {
- // "title": "部件配置",
- // "id": "1.1",
- // "action": "widgetConfig",
- // "icon": "portal_widget.png",
- // "expand": false,
- // "sub": []
- // },
- {
- "title": "脚本配置",
- "id": "1.1",
- "action": "scriptConfig",
- "icon": "portal_script.png",
- "expand": false,
- "sub": []
- },
- {
- "title": "资源文件",
- "id": "1.1",
- "action": "fileConfig",
- "icon": "portal_file.png",
- "expand": false,
- "sub": []
- },
- {
- "title": "门户属性",
- "id": "1.1",
- "action": "applicationProperty",
- "icon": "portal_property.png",
- "expand": false,
- "sub": []
- }
- ]
|