From a855dede3180f49108d77f59f99d7d243de04f59 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期五, 08 四月 2022 16:49:17 +0800 Subject: [PATCH] 就业情况页面 --- src/router/router.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/router/router.js b/src/router/router.js index 984e3c0..b558e5b 100644 --- a/src/router/router.js +++ b/src/router/router.js @@ -15,6 +15,8 @@ name: 'jiuyeAndChuangye', children: [ { path: '/workStatistics', meta: {title: '灏变笟鍒涗笟'}, name: 'workStatistics', component: () => import('@/pages/show/jiuyeAndChuangye/jiuyeChildren/workStatistics.vue')}, + { path: '/chuangyeDanbaoDaikuan', meta: {title: '鍒涗笟鎷呬繚璐锋'}, name: 'chuangyeDanbaoDaikuan', component: () => import('@/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue')}, + { path: '/jiuyeQingkuang', meta: {title: '灏变笟鎯呭喌'}, name: 'jiuyeQingkuang', component: () => import('@/pages/show/jiuyeAndChuangye/jiuyeChildren/jiuyeQingkuang.vue')}, ] }, { @@ -24,6 +26,7 @@ name: 'shehuiBaozhang', children: [ { path: '/shehuiBaoxian', meta: {title:'绀句細淇濋殰'}, name: 'shehuiBaoxian', component: () => import('@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shehuiBaoxian.vue')}, + { path: '/shebaoShouzhiZongbiao', meta: {title:'绀句繚鏀舵敮鎬昏〃'}, name: 'shebaoShouzhiZongbiao', component: () => import('@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoShouzhiZongbiao.vue')}, ] } ] -- Gitblit v1.9.1