bugfix
This commit is contained in:
parent
45333b6b23
commit
97dc4befef
15
wwwroot/menu.ui
Normal file
15
wwwroot/menu.ui
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{% set roles = get_user_roles(get_user()) %}
|
||||||
|
{
|
||||||
|
"widgettype":"Menu",
|
||||||
|
"options":{
|
||||||
|
"target":"root.page_center",
|
||||||
|
"cwidth":10,
|
||||||
|
"items":[
|
||||||
|
{
|
||||||
|
"name":"promotecode",
|
||||||
|
"label": "生成促销码",
|
||||||
|
"url": "{{entire_url('promote.ui')}}",
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user