diff --git a/src/components/BaseFooter.vue b/src/components/BaseFooter.vue index 005d9ab..a5cb75c 100644 --- a/src/components/BaseFooter.vue +++ b/src/components/BaseFooter.vue @@ -4,7 +4,7 @@ const displayICP = ref(true) onBeforeMount(() => { if (isClient) - displayICP.value = ['www.yunyoujun.cn', 'localhost'].includes(window.location.hostname) + displayICP.value = ['cook.yunyoujun.cn', 'localhost'].includes(window.location.hostname) })