fix: menu.ui is now a Menu widget, not a plain JSON list

This commit is contained in:
yumoqing 2026-05-05 22:00:46 +08:00
parent e2a4469c13
commit f5b64a747f

View File

@ -1,4 +1,8 @@
[
{
"widgettype": "Menu",
"id": "customer_menu",
"options": {
"items": [
{
"name": "customers",
"label": "客户列表",
@ -19,4 +23,6 @@
"label": "客户交接",
"url": "{{entire_url('handover_list.ui')}}"
}
]
]
}
}