Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test
This commit is contained in:
commit
bb1c8eca45
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user