{
path: 'running',
name: 'Running',
component: () => import('@/views/tradition/running'),
meta: { title: '磨合期1评价数据管理', icon: 'tree' }
},
{
path: 'runningtwo',
name: 'runningtwo',
component: () => import('@/views/tradition/twoRunning'),
meta: { title: '磨合期2评价数据管理', icon: 'tree' }
}
以上写法会导致找不到下边的页面