f
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user