16 lines
631 B
XML
16 lines
631 B
XML
{
|
|
"widgettype": "Menu",
|
|
"options": {
|
|
"target": "PopupWindow",
|
|
"popup_options": {"archor": "cc", "width": "70%", "height": "70%"},
|
|
"cwidth": 10,
|
|
"items": [
|
|
{% if get_user() %}
|
|
{"name": "category", "label": "产品类别管理", "url": "{{entire_url('/product_management/product_category_tree')}}"},
|
|
{"name": "product", "label": "产品管理", "url": "{{entire_url('/product_management/product_list')}}"},
|
|
{"name": "config", "label": "运营商配置", "url": "{{entire_url('/product_management/product_type_config_list')}}"}
|
|
{% endif %}
|
|
]
|
|
}
|
|
}
|