From 8d1a258f2bf7644af87eed4539256c2a9e5e0705 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期五, 08 四月 2022 18:16:48 +0800
Subject: [PATCH] 毕业生统计
---
src/router/router.js | 30 +++++++++++++++++-------------
1 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/src/router/router.js b/src/router/router.js
index 984e3c0..b705d9b 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -15,6 +15,9 @@
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')},
+ { path: '/biyeshengStatistics', meta: {title: '姣曚笟鐢熺粺璁�'}, name: 'biyeshengStatistics', component: () => import('@/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue')},
]
},
{
@@ -24,26 +27,27 @@
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')},
]
}
]
}
const login = {
- path: '/login',
- component: () => import('@/pages/login.vue'),
- meta: {
- title: `鍚庡彴鐧婚檰`,
- }
+ path: '/login',
+ component: () => import('@/pages/login.vue'),
+ meta: {
+ title: `鍚庡彴鐧婚檰`,
+ }
}
const NotFound = {
- path: '/404',
- component: () => import('@/error_pages/404.vue'),
- meta: {
- title: "404 | 鍟婂摝~ 浣犳墍璁块棶鐨勯〉闈笉瀛樺湪",
- }
+ path: '/404',
+ component: () => import('@/error_pages/404.vue'),
+ meta: {
+ title: "404 | 鍟婂摝~ 浣犳墍璁块棶鐨勯〉闈笉瀛樺湪",
+ }
}
export const routers = [
- indexRouter,
- // login,
- // NotFound
+ indexRouter,
+ login,
+ // NotFound
]
--
Gitblit v1.9.1