From d0d5c25ce4536de43041fa98933fd28b205bc1bb Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 28 Jul 2025 17:04:15 +0800 Subject: [PATCH] bugfix --- wwwroot/menu.ui | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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":"配置",