|
@@ -4,6 +4,7 @@ import Layout from '@/layout/enterprise.vue'
|
|
|
const enterprise = [
|
|
|
{
|
|
|
path: '/enterprise',
|
|
|
+ show: true,
|
|
|
redirect: '/enterprise/talentPool',
|
|
|
},
|
|
|
{
|
|
@@ -33,11 +34,6 @@ const enterprise = [
|
|
|
icon: 'mdi-chart-arc'
|
|
|
},
|
|
|
children: [
|
|
|
- // {
|
|
|
- // path: '/enterprise/statistics',
|
|
|
- // show: true,
|
|
|
- // component: () => import('@/views/enterprise/statistics/index.vue')
|
|
|
- // },
|
|
|
{
|
|
|
path: '/enterprise/statistics/overallAnalysis',
|
|
|
meta: {
|