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