Update Message.vue

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