fix and add

This commit is contained in:
2026-01-03 17:53:26 +08:00
parent fa70627e90
commit 278656d9f2
5 changed files with 9 additions and 6 deletions

View File

@@ -151,7 +151,7 @@ const onClickLeft = () => {
<div class="login px-4 relative z-10">
<div class="mb-8 pt-20 text-left">
<div class="flex flex-col items-center">
<img class="h-16 w-16 rounded-full shadow" src="/logo.jpg" alt="Logo" />
<img class="h-16 w-16 rounded-full shadow" src="/logo.png" alt="Logo" />
<div class="text-3xl mt-4 text-slate-700 font-bold">天远数据</div>
</div>
</div>