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",