Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
  • Sign in
H
h5-base
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • new-sing
  • h5-base
  • Repository

Switch branch/tag
  • wechat
  • src
  • components
  • youbang
  • nav.vue
Find file
BlameHistoryPermalink
  • chenyishuai@singsingenglish.com's avatar
    827 · ba2323ca
    chenyishuai@singsingenglish.com authored 5 years ago
    ba2323ca
nav.vue 393 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<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>

Replace nav.vue

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.