fix: product_management menu items point directly to CRUD lists instead of iframe wrappers
This commit is contained in:
parent
54c9e229a0
commit
eddda651da
@ -213,19 +213,19 @@
|
||||
{
|
||||
"name": "category",
|
||||
"label": "产品类别管理",
|
||||
"url": "{{entire_url('/product_management/category_manage.ui')}}",
|
||||
"url": "{{entire_url('/product_management/product_category_tree')}}",
|
||||
"target": "app.sage_main_content"
|
||||
},
|
||||
{
|
||||
"name": "product",
|
||||
"label": "产品管理",
|
||||
"url": "{{entire_url('/product_management/product_manage.ui')}}",
|
||||
"url": "{{entire_url('/product_management/product_list')}}",
|
||||
"target": "app.sage_main_content"
|
||||
},
|
||||
{
|
||||
"name": "config",
|
||||
"label": "运营商配置",
|
||||
"url": "{{entire_url('/product_management/product_type_config_manage.ui')}}",
|
||||
"url": "{{entire_url('/product_management/product_type_config_list')}}",
|
||||
"target": "app.sage_main_content"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user