vue路由传值打开界面小结及界面目录结构

1、路由传值打开界面 click() {                 const id = '123';                 this.$router.push({name: 'BillControl',params: {id}});// -> /user/123                 this.$router.push({path: `/BillControl/${id
相关文章
相关标签/搜索