Commit 04b04230 by 陈浩建

华软教师职工

parent 937f982d
......@@ -61,7 +61,7 @@
export default {
name: "Teacher",
components: {
STable,
STable,cloneObject
},
data: function () {
return {
......
......@@ -219,15 +219,13 @@ export default {
//console.log(loginParams);
that.Login(loginParams).then((res) => {
this.updateTime = res.updateTime
console.log(res.updateTime)
// console.log(res.updateTime)
this.departConfirm({});
}).catch((err) => {
that.requestFailed(err);
})
}
})
},
//密码加密
getPass(text){
......
......@@ -299,7 +299,7 @@ export default {
.caption{
width: 666vw/@vw;
height: 792vw/@vw;
background: url("~@/assets/bg_content.png") no-repeat center;
background: url("~@/assets/bg_content_new.jpg") no-repeat center;
background-size: cover;
float: left;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment