Vue的router路由跳转传参——实现跳转时url不显示参数
时间:2020-06-23 01:19:02
收藏:0
阅读:695
http://localhost:8080/login/sss # 效果实现前
http://localhost:8080/login # 效果实现后
方法:使用Vue组件的name属性进行跳转
原文:https://www.cnblogs.com/guanxiying/p/13179808.html
评论(0)