feat: 替换logo

This commit is contained in:
huxuejian 2026-08-06 18:26:15 +08:00
parent 635d0a8a0f
commit 455a65b29d
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

BIN
src/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -133,7 +133,7 @@ import { useImStore } from "@/store/im";
import { doctorHasPendingOrder } from "@/api/hlw";
import openAutoSign from "@/components/ca-sign/open-auto-sign.vue";
import { caStore } from "@/components/ca-sign/store";
const logoPic = new URL("@/assets/logo.jpg", import.meta.url).href; // logo
const logoPic = new URL("@/assets/logo.png", import.meta.url).href; // logo
const qrCodeText = ref("");
const qrViewTitle = ref("");