{ "widgettype": "menu", "options": { "cwidth": 10, "target": "page-center", "height": "100%", "items": [ { "name": "definitions", "icon": "{{entire_url('/bricks/imgs/workflow.svg')}}", "label": "已有流程", "url": "{{entire_url('exists_flow_definition')}}", }, { "name": "instances", "icon": "{{entire_url('/bricks/imgs/flow_instance.svg')}}", "label": "进行中流程", "url": "{{entire_url('running_instances')}}" }, { "name": "mywork", "icon": "{{entire_url('/bricks/imgs/mywork.svg')}}", "label": "我的任务", "url": "{{entire_url('mywork')}}" } ] } }