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",
|
"name": "contracts",
|
||||||
"label": "合同列表",
|
"label": "合同列表",
|
||||||
@ -19,4 +23,6 @@
|
|||||||
"label": "AI配置",
|
"label": "AI配置",
|
||||||
"url": "{{entire_url('ai_config.ui')}}"
|
"url": "{{entire_url('ai_config.ui')}}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user