#
luxiaotao1123
2024-02-23 cb0b9b81c668a4b03dfa8da30a0d3c14302d25fe
zy-asrs-flow/src/components/Footer/index.jsx
@@ -5,21 +5,10 @@
const Footer = () => {
  return (
    <DefaultFooter
      copyright="@2019 vincent"
      style={{
        background: 'none',
      }}
      links={[
        {
          key: 'Vincent Admin',
          title: 'Vincent Admin',
        },
        {
          key: 'github',
          title: <GithubOutlined />,
          href: 'https://github.com/luxiaotao1123',
          blankTarget: true,
        },
      ]}
    />
  );
};