This commit is contained in:
zhaofang
2022-09-13 19:42:02 +08:00
parent 7d2df11930
commit 9a2e3a2d2e
15 changed files with 342 additions and 10 deletions

View File

@@ -149,6 +149,13 @@ export const constantRoutes = [{
name: 'userMsg',
meta: { title: '我的消息', icon: 'dashboard', noCache: true, affix: false },
},
{
path: '/homePage',
hidden: true,
component: (resolve) => require(['@/views/homepage/Index'], resolve),
name: 'homePage',
meta: { title: '主页', icon: 'dashboard', noCache: true, affix: false },
},
{
path: '/comments',
hidden: true,