This commit is contained in:
xinbowang
2020-08-30 20:37:40 +08:00
parent 5699960caf
commit db8269b947
9 changed files with 431 additions and 5 deletions

View File

@ -65,6 +65,30 @@ export const constantRoutes = [{
import('@/views/benyi/activity'),
hidden: true
},
{
path: '/week',
component: () =>
import('@/views/benyi/themeweekplan/table'),
hidden: true
},
{
path: '/month',
component: () =>
import('@/views/benyi/thememonthplan/table'),
hidden: true
},
{
path: '/term',
component: () =>
import('@/views/benyi/themetermplan/table'),
hidden: true
},
{
path: '/play',
component: () =>
import('@/views/benyi/planweek/table'),
hidden: true
},
{
path: '/experience/apply/:id(\\d+)',
component: () =>