|
@@ -115,7 +115,7 @@ export const asyncRoutes = [
|
|
|
meta: { cache: 'ScheduleList' },
|
|
meta: { cache: 'ScheduleList' },
|
|
|
props: {
|
|
props: {
|
|
|
type: ScheduleType.COMPLEX,
|
|
type: ScheduleType.COMPLEX,
|
|
|
- design: 'schedule-design'
|
|
|
|
|
|
|
+ redirect: 'schedule-design'
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -317,6 +317,13 @@ export const asyncRoutes = [
|
|
|
path: '/view/:id',
|
|
path: '/view/:id',
|
|
|
component: () => import('@/views/bigscreen/viewer/index')
|
|
component: () => import('@/views/bigscreen/viewer/index')
|
|
|
},
|
|
},
|
|
|
|
|
+ // {
|
|
|
|
|
+ // hidden: true,
|
|
|
|
|
+ // name: 'program',
|
|
|
|
|
+ // path: '/cm/program/:id',
|
|
|
|
|
+ // component: () => import('@/views/bigscreen/ast/index'),
|
|
|
|
|
+ // props: true
|
|
|
|
|
+ // },
|
|
|
// 404 page must be placed at the end !!!
|
|
// 404 page must be placed at the end !!!
|
|
|
{ hidden: true, path: '*', redirect: '/' }
|
|
{ hidden: true, path: '*', redirect: '/' }
|
|
|
]
|
|
]
|