浏览代码

2017 => 2018

afc163 8 年之前
父节点
当前提交
cc37cabad4
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      LICENSE
  2. 1 1
      src/layouts/BasicLayout.js
  3. 1 1
      src/layouts/UserLayout.js

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 MIT License
 MIT License
 
 
-Copyright (c) 2017 Alipay.inc
+Copyright (c) 2018 Alipay.inc
 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/layouts/BasicLayout.js

@@ -201,7 +201,7 @@ class BasicLayout extends React.PureComponent {
               }]}
               }]}
               copyright={
               copyright={
                 <div>
                 <div>
-                  Copyright <Icon type="copyright" /> 2017 蚂蚁金服体验技术部出品
+                  Copyright <Icon type="copyright" /> 2018 蚂蚁金服体验技术部出品
                 </div>
                 </div>
               }
               }
             />
             />

+ 1 - 1
src/layouts/UserLayout.js

@@ -21,7 +21,7 @@ const links = [{
   href: '',
   href: '',
 }];
 }];
 
 
-const copyright = <div>Copyright <Icon type="copyright" /> 2017 蚂蚁金服体验技术部出品</div>;
+const copyright = <div>Copyright <Icon type="copyright" /> 2018 蚂蚁金服体验技术部出品</div>;
 
 
 class UserLayout extends React.PureComponent {
 class UserLayout extends React.PureComponent {
   getPageTitle() {
   getPageTitle() {