fix: 修复商户中心下拉跳转无匹配路由

启用 external 路由并注册 MerchantCenter 页面,补齐商户中心文案与页面实现,确保头像下拉点击可正常进入商户中心。
This commit is contained in:
2026-02-06 13:28:49 +08:00
parent b9018c1ad8
commit dc0259339e
6 changed files with 191 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ const showDot = computed(() =>
const menus = computed(() => [
{
handler: () => {
router.push({ name: 'Profile' });
router.push({ name: 'MerchantCenter' });
},
icon: 'lucide:store',
text: '商户中心',