1、打開彈窗調(diào)用?window.history.pishState()?函數(shù)
Transport()?{
? ? ? this.ship?=?true;
? ? ? window.history.pushState(null,?null,?"#");
????},
2馆截、關(guān)閉彈框
guo_mask()?{
??????this.ship?=?false;
??????this.$router.go(-1);
????},
3训裆、mounted 生命周期 監(jiān)聽popstate 事件
?mounted()?{
? ? window.addEventListener("popstate",?e?=>?{
????????if?(this.ship)?{
??????????this.ship?=?!this.ship;
????????}
??????},false);
??},
?4输涕、beforeDestroy 生命周期 移除popstate 事件