Parcourir la source

登录方式切换

zhangshuling il y a 1 an
Parent
commit
ab1069755a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      xzl-ui/src/views/login.vue

+ 2 - 2
xzl-ui/src/views/login.vue

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