chore: show icp

This commit is contained in:
YunYouJun
2022-04-16 02:21:44 +08:00
parent 8c871ee4f9
commit 1b0e6c34ad

View File

@@ -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)
})
</script>