From ba3769856c6f2de15f5a7324b36c3399fd681f70 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 31 May 2026 15:11:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=B8=8A=E4=BD=8D?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86=E8=8F=9C=E5=8D=95(uapi)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/global_menu.ui | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/wwwroot/global_menu.ui b/wwwroot/global_menu.ui index f7dacf8..1bc8987 100644 --- a/wwwroot/global_menu.ui +++ b/wwwroot/global_menu.ui @@ -329,6 +329,37 @@ } ] } + ,{ + "name": "uapi", + "label": "上位系统管理", + "icon": "{{entire_url('/imgs/server.svg')}}", + "items": [ + { + "name": "upapp", + "label": "上位系统", + "url": "{{entire_url('/uapi/upapp/index.ui')}}", + "target": "app.sage_main_content" + }, + { + "name": "upappkey", + "label": "上位系统密码", + "url": "{{entire_url('/uapi/upappkey/index.ui')}}", + "target": "app.sage_main_content" + }, + { + "name": "uapi_def", + "label": "API", + "url": "{{entire_url('/uapi/uapi/index.ui')}}", + "target": "app.sage_main_content" + }, + { + "name": "uapiio", + "label": "API输入输出", + "url": "{{entire_url('/uapi/uapiio/index.ui')}}", + "target": "app.sage_main_content" + } + ] + } ,{ "name": "users", "label": "用户管理",