@@ -204,9 +204,9 @@ export default {
},
getImg() {
if(this.isPassLogin) {
- return this.img4
- }else {
return this.img2
+ }else {
+ return this.img4
}
switchLogin() {