feat: 添加产品管理菜单入口,指向product_management模块
This commit is contained in:
parent
aa66ba5fc3
commit
895a389583
@ -60,6 +60,11 @@
|
||||
"name": "downapps",
|
||||
"label": "下位系统接口",
|
||||
"url": "{{entire_url('/dapi/downapp')}}"
|
||||
},
|
||||
{
|
||||
"name": "product_management",
|
||||
"label": "产品管理",
|
||||
"submenu": "{{entire_url('/product_management/menu.ui')}}"
|
||||
}
|
||||
|
||||
{% if 'owner.superuser' in roles %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user