Update Message.vue

This commit is contained in:
241zzzz 2024-06-01 10:09:42 +08:00 committed by GitHub
parent e0013d3e2b
commit 69208a2971
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 ="public/images/icon/mao1.png";
const siteLogo ="/public/images/icon/mao.jpg";
//
const siteUrl = computed(() => {
const url = import.meta.env.VITE_SITE_URL;