vue 返回上一页 带参数
生活随笔
收集整理的這篇文章主要介紹了
vue 返回上一页 带参数
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
返回上一頁用的是
this.$router.go(-1)那么只能在返回之前將參數(shù)放在localStorage里面
localStorage.setItem('searchKeyword',?this.keyword)返回上一頁面之后,拿到數(shù)據(jù),再清空localStorage
?let searchKeyword?=?localStorage.getItem('searchKeyword')localStorage.setItem('searchKeyword',?'')?
總結(jié)
以上是生活随笔為你收集整理的vue 返回上一页 带参数的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 读三字经-序
- 下一篇: Vue入门之Web端CURD前端项目示例