From 56174936d34f7c0b63260a66ddfc1ddfe8e9036f Mon Sep 17 00:00:00 2001 From: Dawn_Ocean <1785590531@qq.com> Date: Mon, 25 Mar 2024 18:58:12 +0800 Subject: [PATCH] change footer --- src/components/PageFooter.tsx | 9 ++++++--- src/router.tsx | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/PageFooter.tsx b/src/components/PageFooter.tsx index 9820d8c..a354b12 100644 --- a/src/components/PageFooter.tsx +++ b/src/components/PageFooter.tsx @@ -12,9 +12,12 @@ const PageFooter: React.FC = () => { yearStr = startYear.toString() + ' - ' + curYear.toString(); } return ( - +
+ +
); }; diff --git a/src/router.tsx b/src/router.tsx index 1cb7dce..9ec86a9 100644 --- a/src/router.tsx +++ b/src/router.tsx @@ -21,6 +21,7 @@ export const routeName = new Map([ ['duty', '值班组长'], ['dutytable', '排班表'], ['dutyinfo', '值班信息'], + ['conclusion', '值班总结'], ]); export const AppRouter: React.FC = () => {