Skip to content

Commit

Permalink
Update Message.vue,mainly text on the right of logo
Browse files Browse the repository at this point in the history
  • Loading branch information
xXKyrieXx authored Jul 23, 2024
1 parent 89d3cba commit ccd41ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const siteLogo = import.meta.env.VITE_SITE_MAIN_LOGO;
// 站点链接
const siteUrl = computed(() => {
const url = import.meta.env.VITE_SITE_URL;
if (!url) return "imsyy.top".split(".");
if (!url) return "zhfan.top".split(".");
// 判断协议前缀
if (url.startsWith("http://") || url.startsWith("https://")) {
const urlFormat = url.replace(/^(https?:\/\/)/, "");
Expand Down

0 comments on commit ccd41ea

Please sign in to comment.