Forráskód Böngészése

新增路由配置

noob 4 éve
szülő
commit
54974c3a2e
1 módosított fájl, 6 hozzáadás és 1 törlés
  1. 6 1
      src/router/index.js

+ 6 - 1
src/router/index.js

@@ -2,7 +2,7 @@
  * @Author       : yuanrunwei
  * @Date         : 2020-05-18 12:05:37
  * @LastEditors  : yuanrunwei
- * @LastEditTime : 2021-02-07 10:08:22
+ * @LastEditTime : 2021-03-09 15:52:42
  * @FilePath     : \hr-admin\src\router\index.js
  */
 import Vue from 'vue'
@@ -38,6 +38,11 @@ const routes = [
     component: () => import('@/views/candidateManage/resumeBin')
   },
   {
+    path: '/mailManage',
+    name: 'mailManage',
+    component: () => import('@/views/candidateManage/mailManage')
+  },
+  {
     path: '/interviewBin',
     name: 'interviewBin',
     component: () => import('@/views/candidateManage/interviewBin')