mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
补交文件3
This commit is contained in:
@@ -193,6 +193,20 @@ export const constantRoutes = [{
|
|||||||
name: 'caseDetail',
|
name: 'caseDetail',
|
||||||
meta: {title: '案例详情', keepAlive: true, icon: 'dashboard', noCache: false, affix: true},
|
meta: {title: '案例详情', keepAlive: true, icon: 'dashboard', noCache: false, affix: true},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/case/charts',
|
||||||
|
hidden: true,
|
||||||
|
component: (resolve) => require(['@/views/portal/case/Charts'], resolve),
|
||||||
|
name: 'caseCharts',
|
||||||
|
meta: {title: '排行榜', keepAlive: true, icon: 'dashboard', noCache: false, affix: true},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/case/excellent',
|
||||||
|
hidden: true,
|
||||||
|
component: (resolve) => require(['@/views/portal/case/Excellent'], resolve),
|
||||||
|
name: 'caseExcellent',
|
||||||
|
meta: {title: '浏览量榜单', keepAlive: true, icon: 'dashboard', noCache: false, affix: true},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/article',
|
path: '/article',
|
||||||
hidden: true,
|
hidden: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user