路由跳转的3种方式 router-link

https://blog.csdn.net/weixin_47356044/article/details/124474314

https://blog.csdn.net/weixin_45525272/article/details/125471426


设置路由
https://blog.csdn.net/weixin_45630345/article/details/119714591

设置子路由
https://blog.csdn.net/jyn15159/article/details/112302263

    //打开
    open(r) {
      this.$router.push({
        path: "/xxx/xx/x/list",
        query: {
          name: r,
        }
      })
    },
posted @ 2022-05-22 13:07  寒冷的雨呢  阅读(58)  评论(0编辑  收藏  举报