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