diff --git a/components/AppFooter/Copyright/Copyright.vue b/components/AppFooter/Copyright/Copyright.vue index 6fabad0..9b7c6e0 100644 --- a/components/AppFooter/Copyright/Copyright.vue +++ b/components/AppFooter/Copyright/Copyright.vue @@ -29,9 +29,12 @@ const config = useConfigInfo();
+
+ +
Copyright © {{ new Date().getFullYear() }} {{ config?.copyright }} - 备案号:{{ config?.icpNo }} + 备案号:{{ config?.icpNo }}
Powered by 云·企业官网 diff --git a/components/AppFooter/SubMenu/SubMenu.vue b/components/AppFooter/SubMenu/SubMenu.vue index 31c7c74..327acc4 100644 --- a/components/AppFooter/SubMenu/SubMenu.vue +++ b/components/AppFooter/SubMenu/SubMenu.vue @@ -13,7 +13,7 @@
-

扫一扫关注公众号

+

扫一扫关注公众号

diff --git a/components/AppHeader/Login/Login.vue b/components/AppHeader/Login/Login.vue index 6155363..793ffdb 100644 --- a/components/AppHeader/Login/Login.vue +++ b/components/AppHeader/Login/Login.vue @@ -86,6 +86,7 @@ import {listCmsLangLog} from "~/api/cms/cmsLangLog"; const token = useToken(); const user = useUser(); const navigations = useMenu(); +const config = useConfigInfo(); const setting = useSetting(); const keywords = ref(); const drawer = ref(false); diff --git a/components/AppHeader/TopBar/TopBar.vue b/components/AppHeader/TopBar/TopBar.vue index ec87054..c2ba946 100644 --- a/components/AppHeader/TopBar/TopBar.vue +++ b/components/AppHeader/TopBar/TopBar.vue @@ -15,11 +15,11 @@ const onSearch = () => {