F
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user