From 7940d50aeda814648dc48364c2adedb98c87dd61 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 30 Jun 2026 16:49:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0menu.ui=E7=A7=9F?= =?UTF-8?q?=E6=88=B7=E5=9F=9F=E5=90=8D=E7=AE=A1=E7=90=86=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/menu.ui | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 wwwroot/menu.ui diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui new file mode 100644 index 0000000..d798692 --- /dev/null +++ b/wwwroot/menu.ui @@ -0,0 +1,14 @@ +{ + "widgettype": "Menu", + "options": { + "target": "root.page_center", + "cwidth": 10, + "items": [ + { + "name": "tenant_domain", + "label": "租户域名管理", + "url": "{{entire_url('/tenant/index.ui')}}" + } + ] + } +}