This commit is contained in:
Mrx
2026-05-25 10:55:10 +08:00

View File

@@ -150,6 +150,7 @@ const refreshToken = async () => {
};
const h5WeixinLogin = async () => {
return;
const url = new URL(window.location.href);
const params = new URLSearchParams(url.search);
const code = params.get("code");
@@ -256,7 +257,8 @@ const h5WeixinGetCode = () => {
<template>
<RouterView />
<WechatOverlay v-if="showPromotionWechatOverlay" />
<!-- <WechatOverlay v-if="showPromotionWechatOverlay" /> -->
<WechatOverlay />
<BindPhoneDialog />
</template>