## Fix - 新注册会员 会员专区无法点击商品及更多

This commit is contained in:
sangelxiu1 2025-09-17 09:44:32 +08:00
parent a8ecc34db8
commit 3fe086d4d4
1 changed files with 13 additions and 0 deletions

View File

@ -237,6 +237,19 @@ export default {
},
],
},
{
label: '会员专区',
value: 41,
name: 'membersOnly',
children: [
{
label: '自营专区',
value: 41,
name: 'regiestArea',
isShow: true,
},
],
},
],
}
},