feat: 添加应用级user_menu.ui聚合入口(rbac'我'+unipay'充值')
This commit is contained in:
parent
5572334c70
commit
59ed308e70
23
wwwroot/user_menu.ui
Normal file
23
wwwroot/user_menu.ui
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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')}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user