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