diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index 7c8b143..8dce839 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -15,6 +15,27 @@ "label":"主页", "url":"{{entire_url('public')}}" }, + { + "name":"config", + "label":"配置", + "items":[ + { + "name":"organ", + "label":"机构", + "url":"{{entire_url('rbac/organization')}}" + }, + { + "name":"codes", + "label":"编码", + "url":"{{entire_url('appbase/appcodes')}}", + }, + { + "name":"param", + "label":"参数", + "url":"{{entire_url('appbase/params')}}" + } + ] + }, { "name":"config", "label":"配置",