diff --git a/src/views/MoreSet/index.vue b/src/views/MoreSet/index.vue index 64d96e8..9e8f689 100644 --- a/src/views/MoreSet/index.vue +++ b/src/views/MoreSet/index.vue @@ -63,7 +63,7 @@ const closeShow = ref(false); // 站点链接 const siteUrl = computed(() => { const url = import.meta.env.VITE_SITE_URL; - if (!url) return "imsyy.top".split("."); + if (!url) return "lidu.ltd".split("."); // 判断协议前缀 if (url.startsWith("http://") || url.startsWith("https://")) { const urlFormat = url.replace(/^(https?:\/\/)/, "");