完善
This commit is contained in:
parent
82cdd08ef3
commit
9442c6aaca
@ -129,7 +129,7 @@ export default {
|
||||
this.msgs = false
|
||||
},2000)
|
||||
}else{
|
||||
this.$router.push("/login")
|
||||
this.$router.push({path:"/login"})
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -122,7 +122,7 @@
|
||||
// overflow: hidden;
|
||||
/deep/ img {
|
||||
width: 690px;
|
||||
height: 374px;
|
||||
// height: 374px;
|
||||
// background-color: #000;
|
||||
display: block;
|
||||
margin-top: 39px;
|
||||
|
@ -107,6 +107,12 @@ export default {
|
||||
t.text = "暂无数据";
|
||||
}
|
||||
});
|
||||
},
|
||||
beforeRouteLeave(a,b,c){
|
||||
window.$(window).scroll(() => {
|
||||
|
||||
});
|
||||
c()
|
||||
}
|
||||
};
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user