add activity

This commit is contained in:
xinbowang
2020-08-27 20:36:08 +08:00
parent 7fcc28cbad
commit 2e9ee0bd97
11 changed files with 314 additions and 1 deletions

View File

@ -59,6 +59,12 @@ export const constantRoutes = [{
import('@/views/benyi/experience/content'),
hidden: true
},
{
path: '/activity',
component: () =>
import('@/views/benyi/activity'),
hidden: true
},
{
path: '/experience/apply/:id(\\d+)',
component: () =>