From 212821f560ee1eb4400907f603856875db5a3de7 Mon Sep 17 00:00:00 2001 From: ymq Date: Thu, 27 Aug 2026 10:54:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(menu):=20=E7=94=A8=E6=88=B7=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=8C=82=E4=BA=A7=E5=93=81=E5=95=86=E5=9F=8E=E5=85=A5?= =?UTF-8?q?=E5=8F=A3(=E8=B4=AD=E4=B9=B0/=E6=88=91=E7=9A=84=E6=9D=83?= =?UTF-8?q?=E7=9B=8A)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/user_menu.ui | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wwwroot/user_menu.ui b/wwwroot/user_menu.ui index 62bb9fd..ee705a8 100644 --- a/wwwroot/user_menu.ui +++ b/wwwroot/user_menu.ui @@ -22,6 +22,11 @@ "name":"unipay", "label":"充值", "submenu":"{{entire_url('/unipay/usermenu.ui')}}" + }, + { + "name":"product_shop", + "label":"产品商城", + "submenu":"{{entire_url('/product_management/usermenu.ui')}}" } ] }