From bb28c2f09f7fa36b8b80f9d19f23631623b80d1c Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期六, 01 三月 2025 16:59:46 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/components/Footer/index.jsx | 43 ++++++++++++++++---------------------------
1 files changed, 16 insertions(+), 27 deletions(-)
diff --git a/zy-asrs-flow/src/components/Footer/index.jsx b/zy-asrs-flow/src/components/Footer/index.jsx
index b0eb9e8..ce9e4df 100644
--- a/zy-asrs-flow/src/components/Footer/index.jsx
+++ b/zy-asrs-flow/src/components/Footer/index.jsx
@@ -1,27 +1,16 @@
-import { GithubOutlined } from '@ant-design/icons';
-import { DefaultFooter } from '@ant-design/pro-components';
-import React from 'react';
-
-const Footer = () => {
- return (
- <DefaultFooter
- style={{
- background: 'none',
- }}
- links={[
- {
- key: 'Vincent Admin',
- title: 'Vincent Admin',
- },
- {
- key: 'github',
- title: <GithubOutlined />,
- href: 'https://github.com/luxiaotao1123',
- blankTarget: true,
- },
- ]}
- />
- );
-};
-
-export default Footer;
+import { GithubOutlined } from '@ant-design/icons';
+import { DefaultFooter } from '@ant-design/pro-components';
+import React from 'react';
+
+const Footer = () => {
+ return (
+ <DefaultFooter
+ copyright="@2019 vincent"
+ style={{
+ background: 'none',
+ }}
+ />
+ );
+};
+
+export default Footer;
--
Gitblit v1.9.1