From 8569fcd040d113376834f60944e419d475c1ddf7 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Fri, 21 Feb 2025 15:56:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BE=E7=89=87=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/billing/wxpay/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/billing/wxpay/index.vue b/src/views/billing/wxpay/index.vue index 962bed0..d02f9fb 100644 --- a/src/views/billing/wxpay/index.vue +++ b/src/views/billing/wxpay/index.vue @@ -7,7 +7,7 @@ const route = useRoute(); const { routerPushByKey } = useRouterPush(); - const qrCodeImg = ref(window.location.host + route.query.url); + const qrCodeImg = ref(window.location.origin + route.query.url); const orderId = ref(route.query.orderId);