This commit is contained in:
yumoqing 2026-07-08 18:45:44 +08:00
parent 8bbba45564
commit 76a7e0444f

View File

@ -23,13 +23,20 @@
"options": {"css": "filler", "padding": "0", "gap": "0"}, "options": {"css": "filler", "padding": "0", "gap": "0"},
"subwidgets": [ "subwidgets": [
{ {
"widgettype": "Menu", "widgettype": "VBox",
"id": "sidebar_menu",
"options":{ "options":{
"width": "220px", "width": "220px",
"minWidth": "200px", "minWidth": "200px",
"height": "100%", "height": "100%",
"bgcolor": "#f8fafc", "bgcolor": "#f8fafc"
},
"subwidgets":[
{
"widgettype": "Menu",
"id": "sidebar_menu",
"options": {
"width": "100%",
"height": "100%",
"target": "app.main_content", "target": "app.main_content",
"items": [ "items": [
{"name": "pipeline_core", "label": "产线管理", "icon": "{{entire_url('/imgs/cubes.svg')}}", "url": "{{entire_url('/pipeline_core/')}}"}, {"name": "pipeline_core", "label": "产线管理", "icon": "{{entire_url('/imgs/cubes.svg')}}", "url": "{{entire_url('/pipeline_core/')}}"},
@ -39,6 +46,8 @@
{"name": "showcase", "label": "展示平台", "icon": "{{entire_url('/imgs/user-circle.svg')}}", "url": "{{entire_url('/showcase/')}}"} {"name": "showcase", "label": "展示平台", "icon": "{{entire_url('/imgs/user-circle.svg')}}", "url": "{{entire_url('/showcase/')}}"}
] ]
} }
}
]
}, },
{ {
"widgettype": "VScrollPanel", "widgettype": "VScrollPanel",