fix: menu.ui is now a Menu widget, not a plain JSON list
This commit is contained in:
parent
fbe6f4ecd2
commit
9850603e98
@ -1,4 +1,8 @@
|
|||||||
[
|
{
|
||||||
|
"widgettype": "Menu",
|
||||||
|
"id": "dashboard_menu",
|
||||||
|
"options": {
|
||||||
|
"items": [
|
||||||
{
|
{
|
||||||
"name": "dashboard",
|
"name": "dashboard",
|
||||||
"label": "业务仪表盘",
|
"label": "业务仪表盘",
|
||||||
@ -9,4 +13,6 @@
|
|||||||
"label": "报表中心",
|
"label": "报表中心",
|
||||||
"url": "{{entire_url('reports.ui')}}"
|
"url": "{{entire_url('reports.ui')}}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user