feat: add menu.ui as module entry point with CRUD and UI/DSpy menu items
This commit is contained in:
parent
d4ad95e5cd
commit
fbe6f4ecd2
12
wwwroot/menu.ui
Normal file
12
wwwroot/menu.ui
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "dashboard",
|
||||||
|
"label": "业务仪表盘",
|
||||||
|
"url": "{{entire_url('dashboard.ui')}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "reports",
|
||||||
|
"label": "报表中心",
|
||||||
|
"url": "{{entire_url('reports.ui')}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
x
Reference in New Issue
Block a user