个人中心跳转

This commit is contained in:
付民康
2025-03-14 17:29:35 +08:00
parent 31e583e7dc
commit 3410d6184e

View File

@@ -108,7 +108,7 @@ const getRouterLink = (params) => {
const blockList = ref([
[
{ id: 'myPage', label: '我的主页', to: getRouterLink('homepage') }
{ id: 'myPage', label: '个人中心', to: getRouterLink('PersonalCenter') }
],
[
// { id: 'dashboard', label: '工作台', icon: 'gt-member-c', to: getRouterLink('dashboard') },