Browse Source

沟通工具改为在线聊天

lifanagju_citu 8 months ago
parent
commit
ee48ab07a2
1 changed files with 12 additions and 66 deletions
  1. 12 66
      src/router/modules/components/recruit/enterprise.js

+ 12 - 66
src/router/modules/components/recruit/enterprise.js

@@ -32,8 +32,19 @@ const enterprise = [
     children: [
     children: [
       {
       {
         path: '/recruit/enterprise/talentRecruitment',
         path: '/recruit/enterprise/talentRecruitment',
-        show: true,
+        meta: {
+          title: '简历管理',
+          enName: 'Resume Management'
+        },
         component: () => import('@/views/recruit/enterprise/talentRecruitment/index.vue')
         component: () => import('@/views/recruit/enterprise/talentRecruitment/index.vue')
+      },
+      {
+        path: '/recruit/enterprise/chatTools',
+        meta: {
+          title: '在线沟通',
+          enName: 'Online Communication'
+        },
+        component: () => import('@/views/recruit/enterprise/chatTools/index.vue')
       }
       }
     ]
     ]
   },
   },
@@ -68,54 +79,6 @@ const enterprise = [
       },
       },
     ]
     ]
   },
   },
-  // {
-  //   path: '/recruit/enterprise/eliteReserve',
-  //   component: Layout,
-  //   name: 'Talent Recruitment',
-  //   meta: {
-  //     title: '精英储备',
-  //     enName: 'Elite Reserve',
-  //     icon: 'mdi-account-settings-outline'
-  //   },
-  //   children: [
-  //     {
-  //       path: '/recruit/enterprise/eliteReserve',
-  //       show: true,
-  //       component: () => import('@/views/recruit/enterprise/eliteReserve/index.vue')
-  //     }
-  //   ]
-  // },
-  // {
-  //   path: '/recruit/enterprise/resumeManagement',
-  //   redirect: '/recruit/enterprise/talentPool',
-  //   component: Layout,
-  //   name: 'Resume Management',
-  //   meta: {
-  //     title: '简历管理',
-  //     enName: 'Resume Management',
-  //     icon: 'mdi-account-settings-outline'
-  //   },
-  //   children: [
-  //     {
-  //       path: '/recruit/enterprise/talentPool',
-  //       meta: {
-  //         title: '人才库',
-  //         enName: 'Talent Pool'
-  //       },
-  //       component: () => import('@/views/recruit/enterprise/talentPool/index.vue')
-  //     },
-  //     {
-  //       path: '/recruit/enterprise/talentPool/details/:id',
-  //       show: true, // 侧边栏不展示
-  //       component: () => import('@/views/recruit/enterprise/talentPool/components/details'),
-  //       name: 'talentPoolDetails',
-  //       meta: {
-  //         title: '人才详情',
-  //         hideSide: true
-  //       }
-  //     },
-  //   ]
-  // },
   {
   {
     path: '/recruit/enterprise/position',
     path: '/recruit/enterprise/position',
     component: Layout,
     component: Layout,
@@ -206,23 +169,6 @@ const enterprise = [
       }
       }
     ]
     ]
   },
   },
-  {
-    path: '/recruit/enterprise/chatTools',
-    component: Layout,
-    name: 'chatTools',
-    meta: {
-      title: '聊天工具',
-      enName: 'Chat Tools',
-      icon: 'mdi-bell-outline'
-    },
-    children: [
-      {
-        path: '/recruit/enterprise/chatTools',
-        show: true,
-        component: () => import('@/views/recruit/enterprise/chatTools/index.vue')
-      }
-    ]
-  },
   {
   {
     path: '/recruit/enterprise/interviewManagement',
     path: '/recruit/enterprise/interviewManagement',
     component: Layout,
     component: Layout,