|
|
@@ -4,12 +4,12 @@
|
|
|
background: url(../images/bg.png) no-repeat;
|
|
|
}
|
|
|
.zf_login{
|
|
|
- background: url(../images/zfbg.png) no-repeat;
|
|
|
+ background: url(../images/bg.png) no-repeat;
|
|
|
}
|
|
|
.login{
|
|
|
height: 100vh;
|
|
|
min-height: 450px;
|
|
|
- background: url(../images/bg.png) no-repeat;
|
|
|
+ background: url(../images/zfbg.png) no-repeat;
|
|
|
background-size: 100%;
|
|
|
background-position: center top;
|
|
|
// background: #1F315D;
|
|
|
@@ -129,7 +129,7 @@ export default {
|
|
|
password:'root',
|
|
|
imgcode_id:'',
|
|
|
imgcode:'',
|
|
|
- utype:0
|
|
|
+ utype:1
|
|
|
}
|
|
|
}
|
|
|
},
|