From 1d42ad8fd052501107a4ef5ecb3249facb7d54d0 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期六, 09 四月 2022 01:10:21 +0800
Subject: [PATCH] login静态
---
src/router/router.js | 27 ++++++++++++++-------------
1 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/src/router/router.js b/src/router/router.js
index b558e5b..b705d9b 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -17,6 +17,7 @@
{ 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')},
]
},
{
@@ -32,21 +33,21 @@
]
}
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