From a4229cff6130ed42fe3ca940d338bf1fb43be169 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 17 Jun 2026 15:07:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8global=5Fmenu.ui=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=BA=A7=E5=93=81=E7=AE=A1=E7=90=86=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=85=A5=E5=8F=A3=EF=BC=88=E8=BF=98=E5=8E=9Fmenu.ui=E8=AF=AF?= =?UTF-8?q?=E6=94=B9=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/global_menu.ui | 25 +++++++++++++++++++++++++ wwwroot/menu.ui | 5 ----- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/wwwroot/global_menu.ui b/wwwroot/global_menu.ui index 909c325..75eb6f0 100644 --- a/wwwroot/global_menu.ui +++ b/wwwroot/global_menu.ui @@ -186,6 +186,31 @@ } ] } + ,{ + "name": "product_management", + "label": "产品管理", + "icon": "{{entire_url('/imgs/cubes.svg')}}", + "items": [ + { + "name": "category", + "label": "产品类别管理", + "url": "{{entire_url('/product_management/category_manage.ui')}}", + "target": "app.sage_main_content" + }, + { + "name": "product", + "label": "产品管理", + "url": "{{entire_url('/product_management/product_manage.ui')}}", + "target": "app.sage_main_content" + }, + { + "name": "config", + "label": "运营商配置", + "url": "{{entire_url('/product_management/product_type_config_manage.ui')}}", + "target": "app.sage_main_content" + } + ] + } ,{ "name": "uapi", "label": "上位系统管理", diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index e4d29ed..895e613 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -60,11 +60,6 @@ "name": "downapps", "label": "下位系统接口", "url": "{{entire_url('/dapi/downapp')}}" - }, - { - "name": "product_management", - "label": "产品管理", - "submenu": "{{entire_url('/product_management/menu.ui')}}" } {% if 'owner.superuser' in roles %}