diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index 2d422cd..ada3e12 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -10,26 +10,27 @@ "cwidth":10, "items":[ {% if get_user() %} - { - "name":"svgicon", - "label":"图标管理", - "url":"{{entire_url('/appbase/svgicon')}}" - }, - { - "name":"codemgr", - "label":"代码管理", - "url":"{{entire_url('/appbase/appcodes')}}" - }, - { - "name":"params", - "label":"参数管理", - "url":"{{entire_url('/appbase/params')}}" - }, - { - "name":"jsonhttpapi", - "label":"json应用接口", - "url":"{{entire_url('/appbase/jsonhttpapi')}}" - } + { + "name":"svgicon", + "label":"图标管理", + "url":"{{entire_url('/appbase/svgicon')}}" + }, + { + "name":"codemgr", + "label":"代码管理", + "url":"{{entire_url('/appbase/appcodes')}}" + }, + { + "name":"params", + "label":"参数管理", + "url":"{{entire_url('/appbase/params')}}" + }, + { + "name":"jsonhttpapi", + "label":"json应用接口", + "url":"{{entire_url('/appbase/jsonhttpapi')}}" + } {% endif %} - ] + ] + } }