mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 14:56:44 +08:00
热点论坛页面实现
This commit is contained in:
@@ -320,6 +320,13 @@ export const constantRoutes = [{
|
||||
name: 'videotest',
|
||||
meta: {title: '课程视频测试', icon: 'dashboard', noCache: true, affix: true},
|
||||
},
|
||||
{
|
||||
path: '/hotforum',
|
||||
hidden: true,
|
||||
component: (resolve) => require(['@/views/hotforum/Index'], resolve),
|
||||
name: 'hotforum',
|
||||
meta: {title: '热点论坛', icon: 'dashboard', noCache: true, affix: true},
|
||||
},
|
||||
{
|
||||
path: '/404',
|
||||
component: (resolve) => require(['@/views/error/404'], resolve),
|
||||
|
||||
Reference in New Issue
Block a user