qinxianzhangyao
2023-10-20 e0c4ede7fdcacf281bd6b3303d625d87bd4e728c
src/views/login.vue
@@ -151,8 +151,8 @@
    },
    hide() {
      this.loginForm.username = "10001";
      this.loginForm.password = "admin123";
      // this.loginForm.username = "10001";
      // this.loginForm.password = "admin123";
    },
    changetype() {
      this.pwdtype = this.pwdtype === 'password' ? 'text' : 'password'