Sfoglia il codice sorgente

登录方式切换

zhangshuling 1 anno fa
parent
commit
ab1069755a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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() {