mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 06:46:43 +08:00
Merge branch 'zcwy_0723_hotforum' into dev0515
This commit is contained in:
@@ -341,6 +341,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