From b0753c77698b9a36b621f5de10f5a88d156372cf Mon Sep 17 00:00:00 2001 From: Jason <5340635+wen-jason@user.noreply.gitee.com> Date: Wed, 17 Aug 2022 14:42:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E7=89=88=E6=9D=83=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/layout/components/footer.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/src/layout/components/footer.vue b/admin/src/layout/components/footer.vue index 1a41561a..0dcf06be 100644 --- a/admin/src/layout/components/footer.vue +++ b/admin/src/layout/components/footer.vue @@ -3,12 +3,12 @@
- {{ item.key }} + {{ item.name }}
@@ -18,5 +18,5 @@ import useAppStore from '@/stores/modules/app' const appStore = useAppStore() -const copyright = computed(() => appStore.config.copyright_config || []) +const copyright = computed(() => appStore.config.copyright || [])