bugfix
This commit is contained in:
parent
5a466d5cf2
commit
4d316118f1
@ -1,4 +1,20 @@
|
||||
[
|
||||
{
|
||||
"widgettype":"Menu",
|
||||
"options":{
|
||||
"target":"PopupWindow",
|
||||
"popup_options":{
|
||||
"archor":"cc",
|
||||
"width":"70%",
|
||||
"height":"70%"
|
||||
},
|
||||
"cwidth":10,
|
||||
"items":[
|
||||
{% set roles = get_user_roles(get_user()) %}
|
||||
{
|
||||
"name":"svgicon",
|
||||
"label":"图标管理",
|
||||
"url":"{{entire_url('/appbase/svgicon')}}"
|
||||
},
|
||||
{
|
||||
"name":"codemgr",
|
||||
"label":"代码管理",
|
||||
@ -14,4 +30,6 @@
|
||||
"label":"json应用接口",
|
||||
"url":"{{entire_url('/appbase/jsonhttpapi')}}"
|
||||
}
|
||||
]
|
||||
{% endif %}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user