ソースを参照

企业-学生专区路由添加

Xiao_123 2 ヶ月 前
コミット
ecd1040872
1 ファイル変更21 行追加0 行削除
  1. 21 0
      src/router/modules/components/recruit/enterprise.js

+ 21 - 0
src/router/modules/components/recruit/enterprise.js

@@ -112,6 +112,27 @@ const enterprise = [
       }
     ]
   },
+  {
+    component: Layout,
+    path: '/recruit/enterprise/student',
+    redirect: '/recruit/enterprise/student/InternshipSituation',
+    name: 'enterpriseStudent',
+    meta: {
+      title: '学生专区',
+      enName: 'Student Zone',
+      icon: 'mdi-card-account-details-outline'
+    },
+    children: [
+      {
+        path: '/recruit/enterprise/student/InternshipSituation',
+        meta: {
+          title:'实习情况',
+          enName: 'Internship Situation'
+        },
+        component: () => import('@/views/recruit/enterprise/student/InternshipSituation/index.vue')
+      }
+    ]
+  },
   {
     path: '/recruit/enterprise/jobFair',
     component: Layout,