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 %}