src/router/index.js
@@ -109,6 +109,18 @@ name: 'Development', component: () => import('@/views/development/index'), meta: { title: '成长', icon: 'tree' } }, { path: 'integral', name: 'Integral', component: () => import('@/views/integral/index'), meta: { title: '积分', icon: 'tree' } }, { path: 'rollCall', name: 'RollCall', component: () => import('@/views/rollCall/index'), meta: { title: '点评', icon: 'tree' } } ] },