diff --git a/LICENSE b/LICENSE index 80f9d60cd4e19087728ee69b4f837c1f21a075dc..7ac73188b91dc2c51382259a9f5430a8b11c1562 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/src/layouts/BasicLayout.js b/src/layouts/BasicLayout.js index 4caebc70cb3e4b5e7471436faa1cfc1ac81e8faa..078f84d77e5e53f8e01077f03728725b56b1dff8 100644 --- a/src/layouts/BasicLayout.js +++ b/src/layouts/BasicLayout.js @@ -201,7 +201,7 @@ class BasicLayout extends React.PureComponent { }]} copyright={
- Copyright 2017 蚂蚁金服体验技术部出品 + Copyright 2018 蚂蚁金服体验技术部出品
} /> diff --git a/src/layouts/UserLayout.js b/src/layouts/UserLayout.js index 7bc238643331048c1b5d09709a4eab2dd429b911..3b2487bd724b88b0d0eeedd6c319161a74bdcf89 100644 --- a/src/layouts/UserLayout.js +++ b/src/layouts/UserLayout.js @@ -21,7 +21,7 @@ const links = [{ href: '', }]; -const copyright =
Copyright 2017 蚂蚁金服体验技术部出品
; +const copyright =
Copyright 2018 蚂蚁金服体验技术部出品
; class UserLayout extends React.PureComponent { getPageTitle() {