vue路由傳值打開界面小結及界面目錄結構

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