This commit is contained in:
yumoqing 2025-09-11 15:05:22 +08:00
parent 5a466d5cf2
commit 4d316118f1

View File

@ -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 %}
]
}