Xiao_123 11 hónapja
szülő
commit
a0ee15c767
1 módosított fájl, 1 hozzáadás és 5 törlés
  1. 1 5
      src/router/modules/enterprise.js

+ 1 - 5
src/router/modules/enterprise.js

@@ -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: {