fix: 修复商户中心下拉跳转无匹配路由
启用 external 路由并注册 MerchantCenter 页面,补齐商户中心文案与页面实现,确保头像下拉点击可正常进入商户中心。
This commit is contained in:
@@ -87,7 +87,7 @@ const showDot = computed(() =>
|
||||
const menus = computed(() => [
|
||||
{
|
||||
handler: () => {
|
||||
router.push({ name: 'Profile' });
|
||||
router.push({ name: 'MerchantCenter' });
|
||||
},
|
||||
icon: 'lucide:store',
|
||||
text: '商户中心',
|
||||
|
||||
Reference in New Issue
Block a user