f
This commit is contained in:
@@ -206,8 +206,7 @@ const h5WeixinGetCode = () => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<RouterView />
|
<RouterView />
|
||||||
|
<WechatOverlay />
|
||||||
<!-- <WechatOverlay /> -->
|
|
||||||
<BindPhoneDialog />
|
<BindPhoneDialog />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted, onBeforeMount } from "vue";
|
import { ref, onMounted, onBeforeMount } from "vue";
|
||||||
import { useRoute } from "vue-router";
|
import { useRoute, useRouter } from "vue-router";
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
import { useUserStore } from '@/stores/userStore';
|
import { useUserStore } from '@/stores/userStore';
|
||||||
import { useDialogStore } from '@/stores/dialogStore';
|
import { useDialogStore } from '@/stores/dialogStore';
|
||||||
|
|||||||
Reference in New Issue
Block a user