From 7d5c7bb798062f60a61f4b6be68f12d06ea888ba Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 5 Jun 2026 11:47:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20API=20Key=E7=AE=A1=E7=90=86=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=A7=BB=E5=88=B0endif=E5=90=8E,=20=E6=89=80=E6=9C=89?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=94=A8=E6=88=B7=E5=8F=AF=E8=A7=81(customer?= =?UTF-8?q?+owner)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/global_menu.ui | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wwwroot/global_menu.ui b/wwwroot/global_menu.ui index e5e8725..d0659d5 100644 --- a/wwwroot/global_menu.ui +++ b/wwwroot/global_menu.ui @@ -38,13 +38,6 @@ "url": "{{entire_url('/dashboard_for_sage/api_doc.ui')}}", "target": "app.sage_main_content" } - ,{ - "name": "apikey_manage", - "label": "API Key管理", - "icon": "{{entire_url('/imgs/key.svg')}}", - "url": "{{entire_url('/dapi/downapp/')}}", - "target": "app.sage_main_content" - } {% if is_customer_admin %} ,{ "name": "users", @@ -381,6 +374,13 @@ ] } {% endif %} + ,{ + "name": "apikey_manage", + "label": "API Key管理", + "icon": "{{entire_url('/imgs/key.svg')}}", + "url": "{{entire_url('/dapi/downapp/')}}", + "target": "app.sage_main_content" + } ], "menuitem_css": "menuitem" }