From 1b0e6c34ad7f452e8e24fff66c21fe7b11d3a465 Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Sat, 16 Apr 2022 02:21:44 +0800 Subject: [PATCH] chore: show icp --- src/components/BaseFooter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) })