diff --git a/.env b/.env index 55c16d9..2a07110 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -APPID=10398 +APPID=10490 diff --git a/components/AppFooter/Copyright/Copyright.vue b/components/AppFooter/Copyright/Copyright.vue index 9d378d5..c6661f9 100644 --- a/components/AppFooter/Copyright/Copyright.vue +++ b/components/AppFooter/Copyright/Copyright.vue @@ -16,6 +16,9 @@ const config = useConfigInfo(); Copyright © {{ new Date().getFullYear() }} {{ config?.copyright }} 备案号:{{ config?.icpNo }} +
+ {{ config.tel }} +
Powered by 云·企业官网
@@ -32,6 +35,9 @@ const config = useConfigInfo();
+
+ {{ config.tel }} +
Copyright © {{ new Date().getFullYear() }} {{ config?.copyright }} 备案号:{{ config?.icpNo }} diff --git a/components/AppHeader/Menu/Menu.vue b/components/AppHeader/Menu/Menu.vue index a76739e..5da8f55 100644 --- a/components/AppHeader/Menu/Menu.vue +++ b/components/AppHeader/Menu/Menu.vue @@ -57,9 +57,9 @@ const handleSelect = (index: any,keyPath: string[]) => { }