feat: 在global_menu.ui添加产品管理菜单入口(还原menu.ui误改)
This commit is contained in:
parent
895a389583
commit
a4229cff61
@ -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",
|
"name": "uapi",
|
||||||
"label": "上位系统管理",
|
"label": "上位系统管理",
|
||||||
|
|||||||
@ -60,11 +60,6 @@
|
|||||||
"name": "downapps",
|
"name": "downapps",
|
||||||
"label": "下位系统接口",
|
"label": "下位系统接口",
|
||||||
"url": "{{entire_url('/dapi/downapp')}}"
|
"url": "{{entire_url('/dapi/downapp')}}"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "product_management",
|
|
||||||
"label": "产品管理",
|
|
||||||
"submenu": "{{entire_url('/product_management/menu.ui')}}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{% if 'owner.superuser' in roles %}
|
{% if 'owner.superuser' in roles %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user