|
@@ -120,14 +120,14 @@ export default {
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
if (this.doorNavigated) return;
|
|
if (this.doorNavigated) return;
|
|
|
this.doorNavigated = true;
|
|
this.doorNavigated = true;
|
|
|
- this.$router.push("/main");
|
|
|
|
|
|
|
+ this.$router.push("/transition");
|
|
|
}, 1000);
|
|
}, 1000);
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
handleDoorEnd() {
|
|
handleDoorEnd() {
|
|
|
if (!this.isDoorOpening || this.doorNavigated) return;
|
|
if (!this.isDoorOpening || this.doorNavigated) return;
|
|
|
this.doorNavigated = true;
|
|
this.doorNavigated = true;
|
|
|
- this.$router.push("/main");
|
|
|
|
|
|
|
+ this.$router.push("/transition");
|
|
|
},
|
|
},
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|