From 3fe086d4d47dbfbad0e556c779e06956c48913fc Mon Sep 17 00:00:00 2001 From: sangelxiu1 <15781802@163.com> Date: Wed, 17 Sep 2025 09:44:32 +0800 Subject: [PATCH] =?UTF-8?q?##=20Fix=20-=20=E6=96=B0=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E4=BC=9A=E5=91=98=20=E4=BC=9A=E5=91=98=E4=B8=93=E5=8C=BA?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E7=82=B9=E5=87=BB=E5=95=86=E5=93=81=E5=8F=8A?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/specialArea/index.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pages/specialArea/index.vue b/pages/specialArea/index.vue index 5034b17..e35eb9e 100644 --- a/pages/specialArea/index.vue +++ b/pages/specialArea/index.vue @@ -237,6 +237,19 @@ export default { }, ], }, + { + label: '会员专区', + value: 41, + name: 'membersOnly', + children: [ + { + label: '自营专区', + value: 41, + name: 'regiestArea', + isShow: true, + }, + ], + }, ], } },