个人中心跳转
This commit is contained in:
@@ -108,7 +108,7 @@ const getRouterLink = (params) => {
|
|||||||
|
|
||||||
const blockList = ref([
|
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') },
|
// { id: 'dashboard', label: '工作台', icon: 'gt-member-c', to: getRouterLink('dashboard') },
|
||||||
|
|||||||
Reference in New Issue
Block a user