This commit is contained in:
yumoqing 2025-09-11 15:05:12 +08:00
parent e590c1084f
commit f67b4a32a2

View File

@ -1,4 +1,3 @@
{% set roles = get_user_roles(get_user()) %}
{ {
"widgettype":"Menu", "widgettype":"Menu",
"options":{ "options":{
@ -10,6 +9,7 @@
}, },
"cwidth":10, "cwidth":10,
"items":[ "items":[
{% get_user() %}
{ {
"name":"config", "name":"config",
"label":"配置", "label":"配置",
@ -60,6 +60,7 @@
} }
] ]
} }
{% endif %}
] ]
} }
} }