From 895a389583ebf3e279573c52a5d9eac9fbd0b06c Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 17 Jun 2026 15:05:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E8=8F=9C=E5=8D=95=E5=85=A5=E5=8F=A3=EF=BC=8C?= =?UTF-8?q?=E6=8C=87=E5=90=91product=5Fmanagement=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/menu.ui | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index 895e613..e4d29ed 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -60,6 +60,11 @@ "name": "downapps", "label": "下位系统接口", "url": "{{entire_url('/dapi/downapp')}}" + }, + { + "name": "product_management", + "label": "产品管理", + "submenu": "{{entire_url('/product_management/menu.ui')}}" } {% if 'owner.superuser' in roles %}