diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index 95ca21d..d79e8cf 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -14,6 +14,16 @@ "name":"config", "label":"配置", "items":[ + { + "name":"services", + "label":"服务配置", + "url":"{{entire_url('rag/ragservices.json')}}" + }, + { + "name":"service_options", + "label":"服务选择", + "url":"{{entire_url('rag/service_opts.json')}}" + }, { "name":"organ", "label":"机构", @@ -32,8 +42,8 @@ ] }, { - "nmae":"上位应用", - "label":"upapp", + "label":"上位应用", + "name":"upapp", "items":[ { "name":"uapi", @@ -48,16 +58,10 @@ ] }, { - "nmae":"下位应用", - "label":"downapp", + "label":"下位应用", + "name":"downapp", "url":"{{entire_url('dapi/downapp')}}" }, - { - "name":"config", - "label":"配置", - "items":[ - ] - }, { "name":"kdb", "label":"知识库",