This commit is contained in:
2026-05-18 18:05:39 +08:00
parent da64a678f5
commit 4cedecb9ab

View File

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