美文网首页
vue多页面跳转不是单页面跳转

vue多页面跳转不是单页面跳转

作者: 桃花源的世界 | 来源:发表于2019-04-24 10:22 被阅读0次

/**

  *  查看详情

  */

    me (row) {

      this.id = row.id

      let routeData = this.$router.resolve({

        path: '/manage/story-tabs',

        query: {

          projectId: this.projectId,

          id: this.id,

          type: '01',

          showStoryDetail: '01'

        }

      });

      window.open(routeData.href, '_blank')

    },

相关文章

网友评论

      本文标题:vue多页面跳转不是单页面跳转

      本文链接:https://www.haomeiwen.com/subject/uvewgqtx.html