This commit is contained in:
Mrx
2026-01-28 17:38:01 +08:00
parent 2aa2090c82
commit 82ea7ebee8
3 changed files with 112 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ import { useDialogStore } from "@/stores/dialogStore";
import { useAuthStore } from "@/stores/authStore";
import { useWeixinShare } from "@/composables/useWeixinShare";
import WechatOverlay from "@/components/WechatOverlay.vue";
import MaintenanceDialog from "@/components/MaintenanceDialog.vue";
const router = useRouter();
const agentStore = useAgentStore();
@@ -207,8 +208,9 @@ const h5WeixinGetCode = () => {
<template>
<RouterView />
<WechatOverlay />
<WechatOverlay />
<BindPhoneDialog />
<MaintenanceDialog />
</template>
<style scoped></style>