<template>
<div class="noWechat-page">
</div>
</template>
<script>
export default {
name: "ybNav",
data(){
return {
noUrl:noUrl
}
},
mounted() {
window.location.href=`${process.env.YB_URL}?parentId=${this.$route.query.parentId}&agentId=${this.$route.query.agentId}`
},
}
</script>
<style scoped lang="less">
.noWechat-page{
}
</style>
-
chenyishuai@singsingenglish.com authoredba2323ca