f
This commit is contained in:
@@ -10,6 +10,8 @@ import { useWeixinShare } from "@/composables/useWeixinShare";
|
||||
import BindPhoneDialog from "@/components/BindPhoneDialog.vue";
|
||||
import BindPhoneOnlyDialog from "@/components/BindPhoneOnlyDialog.vue";
|
||||
import WechatOverlay from "@/components/WechatOverlay.vue";
|
||||
import { useSEO } from "@/composables/useSEO";
|
||||
const { updateSEOByRoute } = useSEO();
|
||||
|
||||
const router = useRouter();
|
||||
const route = useRoute();
|
||||
@@ -41,7 +43,7 @@ onMounted(async () => {
|
||||
await initializeApp();
|
||||
}
|
||||
getWeixinAuthUrl();
|
||||
|
||||
updateSEOByRoute();
|
||||
// 延迟配置微信分享
|
||||
setTimeout(async () => {
|
||||
if (isWeChat.value && window.jWeixin) {
|
||||
|
||||
Reference in New Issue
Block a user