This commit is contained in:
zhaofang
2022-08-31 18:22:22 +08:00
parent d906343bcc
commit 11b76d31eb
2 changed files with 11 additions and 2 deletions

View File

@@ -163,6 +163,13 @@ export const constantRoutes = [{
name: 'qaAnswer',
meta: { title: '写回答', icon: 'dashboard', noCache: true, affix: false },
},
{
path: '/follow',
hidden: true,
component: (resolve) => require(['@/views/portal/follow'], resolve),
name: 'qaAnswer',
meta: { title: '写回答', icon: 'dashboard', noCache: true, affix: false },
},
{
path: '/study',
component: Layout,