This commit is contained in:
2025-12-16 12:58:09 +08:00
parent 3135250b1e
commit 5840a1022d
4 changed files with 31 additions and 24 deletions

View File

@@ -6,6 +6,7 @@ import { useUserStore } from "@/stores/userStore";
import { useDialogStore } from "@/stores/dialogStore";
import { useAuthStore } from "@/stores/authStore";
import { useWeixinShare } from "@/composables/useWeixinShare";
import WechatOverlay from "@/components/WechatOverlay.vue";
const router = useRouter();
const agentStore = useAgentStore();
@@ -205,6 +206,8 @@ const h5WeixinGetCode = () => {
<template>
<RouterView />
<!-- <WechatOverlay /> -->
<BindPhoneDialog />
</template>