替换logo,用户中心布局上的调整

This commit is contained in:
daihh
2022-10-08 19:16:06 +08:00
parent 5ec0f5e8be
commit c23e0c838d
8 changed files with 35 additions and 20 deletions

View File

@@ -150,21 +150,21 @@ export const constantRoutes = [{
meta: { title: '我的消息', icon: 'dashboard', noCache: true, affix: false },
},
{
path: '/homePage',
path: '/home',
hidden: true,
component: (resolve) => require(['@/views/homepage/Index'], resolve),
name: 'homePage',
redirect: '/homePage/page',
redirect: '/home/index',
meta: { title: '主页', icon: 'dashboard', noCache: true, affix: false },
children: [{
path: 'page',
path: 'index',
hidden: true,
component: (resolve) => require(['@/views/homepage/page'], resolve),
name: 'page',
meta: { title: '主页', icon: 'dashboard', noCache: true, affix: true }
},
{
path: 'leavingMessage',
path: 'leaving',
hidden: true,
component: (resolve) => require(['@/views/homepage/leavingMessage'], resolve),
name: 'leavingMessage',