@ -1,6 +1,6 @@
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
of this software and associated documentation files (the "Software"), to deal
@ -201,7 +201,7 @@ class BasicLayout extends React.PureComponent {
}]}
copyright={
<div>
Copyright <Icon type="copyright" /> 2017 蚂蚁金服体验技术部出品
Copyright <Icon type="copyright" /> 2018 蚂蚁金服体验技术部出品
</div>
}
/>
@ -21,7 +21,7 @@ const links = [{
href: '',
}];
const copyright = <div>Copyright <Icon type="copyright" /> 2017 蚂蚁金服体验技术部出品</div>;
const copyright = <div>Copyright <Icon type="copyright" /> 2018 蚂蚁金服体验技术部出品</div>;
class UserLayout extends React.PureComponent {
getPageTitle() {