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 {
this.$store.dispatch('map/setShowCentralizedStationCode', '');
history.go(-1);
Notification.closeAll();
if (this.project === 'bjd') {
window.close();
} else {
this.$store.dispatch('map/setShowCentralizedStationCode', '');
history.go(-1);
Notification.closeAll();
}
}
},
setTryTime() {