This commit is contained in:
Mrx
2026-01-21 12:36:16 +08:00
parent 8c9861a710
commit d109f50b1d
2 changed files with 2 additions and 3 deletions

View File

@@ -206,8 +206,7 @@ const h5WeixinGetCode = () => {
<template>
<RouterView />
<!-- <WechatOverlay /> -->
<WechatOverlay />
<BindPhoneDialog />
</template>

View File

@@ -1,6 +1,6 @@
<script setup>
import { ref, onMounted, onBeforeMount } from "vue";
import { useRoute } from "vue-router";
import { useRoute, useRouter } from "vue-router";
import { storeToRefs } from 'pinia';
import { useUserStore } from '@/stores/userStore';
import { useDialogStore } from '@/stores/dialogStore';