Skip to content

Commit

Permalink
Update Footer.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
2517983053 authored Jun 27, 2024
1 parent a86e44a commit 3b98e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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://xs03.top";
// 判断协议前缀
if (!url.startsWith("http://") && !url.startsWith("https://")) {
return "//" + url;
Expand Down

0 comments on commit 3b98e5b

Please sign in to comment.