From cc37cabad450878bef97ff2d3963be2cb82a8dfb Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 8 Jan 2018 14:48:09 +0800 Subject: [PATCH] 2017 => 2018 --- LICENSE | 2 +- src/layouts/BasicLayout.js | 2 +- src/layouts/UserLayout.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 80f9d60c..7ac73188 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 4caebc70..078f84d7 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 7bc23864..3b2487bd 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() { -- GitLab