Commit 04b04230 by 陈浩建

华软教师职工

parent 937f982d
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
export default { export default {
name: "Teacher", name: "Teacher",
components: { components: {
STable, STable,cloneObject
}, },
data: function () { data: function () {
return { return {
......
...@@ -219,15 +219,13 @@ export default { ...@@ -219,15 +219,13 @@ export default {
//console.log(loginParams); //console.log(loginParams);
that.Login(loginParams).then((res) => { that.Login(loginParams).then((res) => {
this.updateTime = res.updateTime this.updateTime = res.updateTime
console.log(res.updateTime) // console.log(res.updateTime)
this.departConfirm({}); this.departConfirm({});
}).catch((err) => { }).catch((err) => {
that.requestFailed(err); that.requestFailed(err);
}) })
} }
}) })
}, },
//密码加密 //密码加密
getPass(text){ getPass(text){
......
...@@ -299,7 +299,7 @@ export default { ...@@ -299,7 +299,7 @@ export default {
.caption{ .caption{
width: 666vw/@vw; width: 666vw/@vw;
height: 792vw/@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; background-size: cover;
float: left; 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