|
@@ -36,6 +36,7 @@ document.onkeydown = event => {
|
|
};
|
|
};
|
|
|
|
|
|
router.beforeEach(transition => {
|
|
router.beforeEach(transition => {
|
|
|
|
+ window.location.hash = '';
|
|
if (window.stationInterval) {
|
|
if (window.stationInterval) {
|
|
clearInterval(window.stationInterval);
|
|
clearInterval(window.stationInterval);
|
|
window.stationInterval = 0;
|
|
window.stationInterval = 0;
|