feat: 替换logo
This commit is contained in:
parent
635d0a8a0f
commit
455a65b29d
Binary file not shown.
|
Before Width: | Height: | Size: 195 KiB |
BIN
src/assets/logo.png
Normal file
BIN
src/assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
@ -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("");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user