AI 1 ay önce
ebeveyn
işleme
a63075fe59
1 değiştirilmiş dosya ile 36 ekleme ve 3 silme
  1. 36 3
      src/router/index.js

+ 36 - 3
src/router/index.js

@@ -396,7 +396,7 @@ export const constantRoutes = [
         }
       ]
     },
-  
+
   // -----------fr---------
   // ----------liuj------------
     {
@@ -431,7 +431,40 @@ export const constantRoutes = [
           }
         ]
       },
-    // ----------liuj------------
+  // ----------liuj------------
+    {
+        path: '/jobHuntingList',
+        component: Layout,
+        children: [
+          {
+            name: '',
+            path: '',
+            component: () => import('@/views/news/jobHuntingList'),
+            meta: {
+              title: '求职信息',
+              hidden: true,
+              breadcrumb: true
+            }
+          }
+        ]
+      },
+      {
+        path: '/addJobHunting',
+        component: Layout,
+        children: [
+          {
+            name: '',
+            path: '',
+            component: () => import('@/views/news/addJobHunting'),
+            meta: {
+              title: '添加求职',
+              hidden: true,
+              breadcrumb: true
+            }
+          }
+        ]
+
+      },
   {
     path: '/topic',
     component: Layout,
@@ -940,7 +973,7 @@ export const asyncRoutes = [
       }
     ]
   },
-  
+
   // 404 page must be placed at the end !!!
   { path: '*', redirect: '/404', hidden: true }
 ]