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'