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