Merge branch 'main' of http://1.117.67.95:3000/team/tydata-webview-v2
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user