From 42cb70fb73a99637a6a16916e5102faa872c8fb3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 11 Sep 2025 15:19:13 +0800 Subject: [PATCH] bugfix --- wwwroot/menu.ui | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) 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 %} - ] + ] + } }