vue中路由传值url--路径传值-前端-E先生的博客
Java
MySQL
大数据
Python
前端
黑科技
大语言模型
    首页 >> 互联网 >> 前端

vue中路由传值url--路径传值

[导读]:在vue项目中我们使用路径的方式一般有一下两种方式:第一种:取值:this.$route.query.id;demo: <router-link :to="{name:'gotoRouter',query:{id:1}}"></router-link>第二种:需要在router上配置对应的数据key,通过,this.$route.params.userId取值;demo:{&...

在vue项目中我们使用路径的方式一般有一下两种方式:
第一种:
  取值:this.$route.query.id;

demo: <router-link :to="{name:'gotoRouter',query:{id:1}}"></router-link>

第二种:
  需要在router上配置对应的数据key,
  通过,this.$route.params.userId取值;

demo:

{

    path:'goToRouter/index/:id',

    name:'goTo',

    compoent:****

}

image.png


本文来自E先生的博客,如若转载,请注明出处:https://www.javajz.cn

留言区

联系人:
手   机:
内   容:
验证码:

历史留言

欢迎加Easy的QQ