feat: 提交其余本地改动

This commit is contained in:
2026-02-16 12:53:23 +08:00
parent 3395e5d91c
commit 07495f8c35
7 changed files with 160 additions and 12 deletions

View File

@@ -85,6 +85,13 @@ const showDot = computed(() =>
);
const menus = computed(() => [
{
handler: () => {
router.push({ name: 'PersonalCenter' });
},
icon: 'lucide:user',
text: $t('page.auth.profile'),
},
{
handler: () => {
router.push({ name: 'MerchantCenter' });