24 lines
413 B
XML
24 lines
413 B
XML
{
|
|
"widgettype":"Menu",
|
|
"options":{
|
|
"cwidth":10,
|
|
"target":"PopupWindow",
|
|
"popup_options":{
|
|
"height":"75%",
|
|
"width":"75%"
|
|
},
|
|
"items":[
|
|
{
|
|
"name":"aboutme",
|
|
"label":"我",
|
|
"submenu":"{{entire_url('/rbac/usermenu.ui')}}"
|
|
},
|
|
{
|
|
"name":"unipay",
|
|
"label":"充值",
|
|
"submenu":"{{entire_url('/unipay/usermenu.ui')}}"
|
|
}
|
|
]
|
|
}
|
|
}
|