From 4a1535563bd06bac757957da65ce2ff46fa41ed9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 9 Jul 2026 11:57:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20add=20=E7=A7=9F=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20to=20Sage=20global=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/global_menu.ui | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/wwwroot/global_menu.ui b/wwwroot/global_menu.ui index b7269184..27f0d2aa 100644 --- a/wwwroot/global_menu.ui +++ b/wwwroot/global_menu.ui @@ -71,6 +71,13 @@ } ] } + ,{ + "name": "tenant_manage", + "label": "租户管理", + "icon": "{{entire_url('/imgs/globe.svg')}}", + "url": "{{entire_url('/tenant/')}}", + "target": "app.sage_main_content" + } {% endif %} {% else %} { @@ -148,6 +155,12 @@ "url": "{{entire_url('/discount/discount_list/index.ui')}}", "target": "app.sage_main_content" }, + { + "name": "discount_detail_list", + "label": "折扣产品明细", + "url": "{{entire_url('/discount/discount_detail_list/index.ui')}}", + "target": "app.sage_main_content" + }, { "name": "discount_marketing_list", "label": "营销方案", @@ -384,6 +397,13 @@ } ] } + ,{ + "name": "tenant_manage", + "label": "租户管理", + "icon": "{{entire_url('/imgs/globe.svg')}}", + "url": "{{entire_url('/tenant/')}}", + "target": "app.sage_main_content" + } {% endif %} ,{ "name": "apikey_manage",