Update Message.vue

This commit is contained in:
241zzzz 2024-06-01 09:54:49 +08:00 committed by GitHub
parent befcd17808
commit 97a022bc75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ import { mainStore } from "@/store";
const store = mainStore();
// logo
const siteLogo = import.meta.env.VITE_SITE_MAIN_LOGO;
const siteLogo ="public/images/icon/mao1.png";
//
const siteUrl = computed(() => {
const url = import.meta.env.VITE_SITE_URL;