mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
整理个人主页不对的,或未完善的地方
This commit is contained in:
@@ -155,13 +155,13 @@ export const constantRoutes = [{
|
||||
component: (resolve) => require(['@/views/homepage/Index'], resolve),
|
||||
name: 'homePage',
|
||||
redirect: '/home/index',
|
||||
meta: { title: '主页', icon: 'dashboard', noCache: true, affix: false },
|
||||
meta: { title: '个人主页', icon: 'dashboard', noCache: true, affix: false },
|
||||
children: [{
|
||||
path: 'index',
|
||||
hidden: true,
|
||||
component: (resolve) => require(['@/views/homepage/page'], resolve),
|
||||
name: 'page',
|
||||
meta: { title: '主页', icon: 'dashboard', noCache: true, affix: true }
|
||||
meta: { title: '个人主页', icon: 'dashboard', noCache: true, affix: true }
|
||||
},
|
||||
{
|
||||
path: 'leaving',
|
||||
|
||||
Reference in New Issue
Block a user