<template>
  <div class="noWechat-page">


  </div>
</template>

<script>
  export default {
    name: "ybNav",
    data(){
      return {
        noUrl:noUrl
      }
    },
   mounted() {
    window.location.href=`https://sit.tohours.com/salesplus/goodstart/singing-English-Index.action?parentId=${this.$route.query.parentId}&agentId=${this.$route.query.agentId}`
   },
  }
</script>

<style scoped lang="less">

  .noWechat-page{

  }
</style>