feat: 提交其余本地改动
This commit is contained in:
@@ -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' });
|
||||
|
||||
Reference in New Issue
Block a user