mirror of
https://github.com/imsyy/home.git
synced 2025-05-23 14:40:16 +09:00
Update Message.vue
This commit is contained in:
parent
befcd17808
commit
97a022bc75
@ -37,7 +37,7 @@ import { mainStore } from "@/store";
|
|||||||
const store = mainStore();
|
const store = mainStore();
|
||||||
|
|
||||||
// 主页站点logo
|
// 主页站点logo
|
||||||
const siteLogo = import.meta.env.VITE_SITE_MAIN_LOGO;
|
const siteLogo ="public/images/icon/mao1.png";
|
||||||
// 站点链接
|
// 站点链接
|
||||||
const siteUrl = computed(() => {
|
const siteUrl = computed(() => {
|
||||||
const url = import.meta.env.VITE_SITE_URL;
|
const url = import.meta.env.VITE_SITE_URL;
|
||||||
|
Loading…
Reference in New Issue
Block a user