fix
This commit is contained in:
@@ -666,7 +666,6 @@ export default defineComponent({
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
overflow-x: hidden;
|
||||
.modal_text{
|
||||
padding-top: calc(2rem*1.2);
|
||||
padding-block: calc(2rem*1.2);
|
||||
|
||||
@@ -358,7 +358,7 @@ export default defineComponent({
|
||||
this.robotInput = false
|
||||
}else{
|
||||
// window.location.reload()
|
||||
this.$router.push("/home");
|
||||
this.$router.push({ name: 'homePage' });
|
||||
setTimeout(() => {
|
||||
this.$router.go(0);
|
||||
}, 500);
|
||||
|
||||
Reference in New Issue
Block a user