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 @@
@@ -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 || [])