Browse Source

暂停维护

lifanagju_citu 6 months ago
parent
commit
fea7fcb1e9
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/router/modules/common.js

+ 8 - 8
src/router/modules/common.js

@@ -18,14 +18,14 @@ const common = [
       }
     ]
   },
-  {
-    path: '/shareJob',
-    name: 'shareJob',
-    meta: {
-      title: '分享职位'
-    },
-    component: () => import('@/views/recruit/personal/shareJob/index.vue')
-  },
+  // { // 暂停维护
+  //   path: '/shareJob',
+  //   name: 'shareJob',
+  //   meta: {
+  //     title: '分享职位'
+  //   },
+  //   component: () => import('@/views/recruit/personal/shareJob/index.vue')
+  // },
   // 邀请页
   {
     path: '/invite',