This commit is contained in:
Mrx
2026-06-09 21:24:46 +08:00

View File

@@ -140,6 +140,7 @@ const refreshToken = async () => {
};
const h5WeixinLogin = async () => {
return;
// 获取当前URL
const url = new URL(window.location.href);
// 获取参数
@@ -213,7 +214,8 @@ const h5WeixinGetCode = () => {
<template>
<RouterView />
<WechatOverlay v-if="!isReportSharePage" />
<WechatOverlay />
<!-- <WechatOverlay v-if="!isReportSharePage" /> -->
<BindPhoneDialog />
<!-- <MaintenanceDialog /> -->
</template>