xuebaoxin #48

Manually merged
theluyuan merged 4 commits from xuebaoxin into master 2019-12-04 03:46:03 +00:00
4 changed files with 8 additions and 2 deletions
Showing only changes of commit 9442c6aaca - Show all commits

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>