fix: 图片路径
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user