通过vuex.或者router
get传递,写入缓存,写入cookie
路由传参query和data和编程时导航都行 https://zhuanlan.zhihu.com/p/143265359 官网https://router.vuejs.org/zh/guide/essentials/passing-props.html#%E5%87%BD%E6%95%B0%E6%A8%A1%E5%BC%8F
//门店管理页面
sessionStorage.setItem('id','123456');
//配送设置页面
let id = sessionStorage.getItem('id');