fix: menu.ui is now a Menu widget, not a plain JSON list
This commit is contained in:
parent
b599120ab2
commit
cede975848
@ -1,4 +1,8 @@
|
||||
[
|
||||
{
|
||||
"widgettype": "Menu",
|
||||
"id": "contract_menu",
|
||||
"options": {
|
||||
"items": [
|
||||
{
|
||||
"name": "contracts",
|
||||
"label": "合同列表",
|
||||
@ -20,3 +24,5 @@
|
||||
"url": "{{entire_url('ai_config.ui')}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user