From 02b02ce83a6278b4fb1956674d14cc8f75a7347a Mon Sep 17 00:00:00 2001 From: lhkuan <69495276+lhkuan@users.noreply.github.com> Date: Mon, 6 May 2024 15:36:54 +0800 Subject: [PATCH] Update Footer.vue --- src/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index f90a1bf..49dd8c8 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -51,7 +51,7 @@ const siteIcp = ref(import.meta.env.VITE_SITE_ICP); const siteAnthor = ref(import.meta.env.VITE_SITE_ANTHOR); const siteUrl = computed(() => { const url = import.meta.env.VITE_SITE_URL; - if (!url) return "https://www.imsyy.top"; + if (!url) return "https://www.lidu.ltd"; // 判断协议前缀 if (!url.startsWith("http://") && !url.startsWith("https://")) { return "//" + url;