Your Name 1 年之前
父節點
當前提交
e36791a815
共有 2 個檔案被更改,包括 1 行新增1 行删除
  1. 二進制
      public/logo.png
  2. 1
    1
      src/layouts/AuthLayout/components/Footer.jsx

二進制
public/logo.png 查看文件


+ 1
- 1
src/layouts/AuthLayout/components/Footer.jsx 查看文件

7
 const year = new Date().getFullYear();
7
 const year = new Date().getFullYear();
8
 export default React.forwardRef((props, ref) => {
8
 export default React.forwardRef((props, ref) => {
9
   const { app } = useModel('system');
9
   const { app } = useModel('system');
10
-  const copyRight = `${app.company || '南京云致'} @ ${year}`;
10
+  const copyRight = `${app.company || ''} @ ${year}`;
11
 
11
 
12
   return (
12
   return (
13
     <Footer ref={ref} style={{ textAlign: 'center', color: 'rgba(0,0,0, 0.3)' }}>{copyRight}</Footer>
13
     <Footer ref={ref} style={{ textAlign: 'center', color: 'rgba(0,0,0, 0.3)' }}>{copyRight}</Footer>