This commit is contained in:
pplokijuhyg 2019-12-04 11:39:27 +08:00
parent 82cdd08ef3
commit 9442c6aaca
4 changed files with 8 additions and 2 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -129,7 +129,7 @@ export default {
this.msgs = false
},2000)
}else{
this.$router.push("/login")
this.$router.push({path:"/login"})
}
});
}

View File

@ -122,7 +122,7 @@
// overflow: hidden;
/deep/ img {
width: 690px;
height: 374px;
// height: 374px;
// background-color: #000;
display: block;
margin-top: 39px;

View File

@ -107,6 +107,12 @@ export default {
t.text = "暂无数据";
}
});
},
beforeRouteLeave(a,b,c){
window.$(window).scroll(() => {
});
c()
}
};
</script>