bluefox1688 / vue-cli-multi-page

因时间精力有限,项目已不再维护,请慎重使用,vue2-cli-vux2-multe-page,使用了webpack2+vuejs2+vuxUI2的多页面脚手架
829 stars 239 forks source link

多页面如何通信? #16

Open hanhao0125 opened 7 years ago

hanhao0125 commented 7 years ago

例如想往a.html跳转b.html,同时传递参数,有没有好的实现方案?

asvue commented 7 years ago

直接window.open过去带着参数不就好了

bluefox1688 commented 7 years ago

可以在url带上参数

hanhao0125 commented 7 years ago

已解决,多谢

SunnyXiao commented 6 years ago

如果是状态共享呢?怎么解决?