diff --git a/anrui-base/anrui-base-ui/src/layout/components/Navbar.vue b/anrui-base/anrui-base-ui/src/layout/components/Navbar.vue index fe84b37c15..685479217d 100644 --- a/anrui-base/anrui-base-ui/src/layout/components/Navbar.vue +++ b/anrui-base/anrui-base-ui/src/layout/components/Navbar.vue @@ -3,13 +3,14 @@ - Copyright © 2021 安瑞集团 All Rights Reserved + Copyright © {{ year }} 安瑞集团 All Rights Reserved @@ -20,12 +21,17 @@ export default { Orgname: '', departmentName: '', name: '', + year:'', + pNameAndDepartmentNameAndPostName:'' } }, mounted() { this.Orgname = window.sessionStorage.getItem('Orgname') this.departmentName = window.sessionStorage.getItem('departmentName') this.name = window.sessionStorage.getItem('name') + this.pNameAndDepartmentNameAndPostName = window.sessionStorage.getItem('pNameAndDepartmentNameAndPostName') + var nowDate = new Date() + this.year = nowDate.getFullYear() }, methods: { logout() { diff --git a/anrui-base/anrui-base-ui/src/layout/components/Sidebar/SidebarItem.vue b/anrui-base/anrui-base-ui/src/layout/components/Sidebar/SidebarItem.vue index bdd84d6af9..9924099186 100644 --- a/anrui-base/anrui-base-ui/src/layout/components/Sidebar/SidebarItem.vue +++ b/anrui-base/anrui-base-ui/src/layout/components/Sidebar/SidebarItem.vue @@ -25,7 +25,7 @@ + diff --git a/anrui-base/anrui-base-ui/src/layout/components/TagsView/index.vue b/anrui-base/anrui-base-ui/src/layout/components/TagsView/index.vue index 57b4af0362..42fe88e0bf 100644 --- a/anrui-base/anrui-base-ui/src/layout/components/TagsView/index.vue +++ b/anrui-base/anrui-base-ui/src/layout/components/TagsView/index.vue @@ -26,19 +26,19 @@ --> - +