vuex + keep-alive实现tab标签页面缓存功能
亲测可用 https://www.jb51.net/article/172119.htm
还有router.push({path:state.toolBarData[state.toolBarData.length - 1][
"detail"
]})
要换成router.push({path:state.toolBarData[state.toolBarData.length - 1].
detail
})
亲测可用 https://www.jb51.net/article/172119.htm
还有router.push({path:state.toolBarData[state.toolBarData.length - 1][
"detail"
]})
要换成router.push({path:state.toolBarData[state.toolBarData.length - 1].
detail
})