feat: 添加menu.ui租户域名管理菜单

This commit is contained in:
yumoqing 2026-06-30 16:49:40 +08:00
parent d8eea22b89
commit 7940d50aed

14
wwwroot/menu.ui Normal file
View File

@ -0,0 +1,14 @@
{
"widgettype": "Menu",
"options": {
"target": "root.page_center",
"cwidth": 10,
"items": [
{
"name": "tenant_domain",
"label": "租户域名管理",
"url": "{{entire_url('/tenant/index.ui')}}"
}
]
}
}