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);