2
0

fix: 图片路径

This commit is contained in:
caiyuchao
2025-02-21 15:56:44 +08:00
parent 68353ef23a
commit 8569fcd040

View File

@@ -7,7 +7,7 @@
const route = useRoute();
const { routerPushByKey } = useRouterPush();
const qrCodeImg = ref<string>(window.location.host + route.query.url);
const qrCodeImg = ref<string>(window.location.origin + route.query.url);
const orderId = ref<number>(route.query.orderId);