This commit is contained in:
lVAL 2021-02-03 17:07:23 +08:00
commit bb1c8eca45

View File

@ -353,9 +353,14 @@ export default {
}); });
}); });
} else { } else {
this.$store.dispatch('map/setShowCentralizedStationCode', ''); if (this.project === 'bjd') {
history.go(-1); window.close();
Notification.closeAll(); } else {
this.$store.dispatch('map/setShowCentralizedStationCode', '');
history.go(-1);
Notification.closeAll();
}
} }
}, },
setTryTime() { setTryTime() {