소스 검색

不展示

Xiao_123 11 달 전
부모
커밋
a0ee15c767
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  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: {