created() {
let that =this;
document.onkeypress = function(e) {
varkeycode = document.all ?event.keyCode : e.which;
if(keycode ==13) {
that.login();// 登录方法名
returnfalse;
}
};
}
created() {
let that =this;
document.onkeypress = function(e) {
varkeycode = document.all ?event.keyCode : e.which;
if(keycode ==13) {
that.login();// 登录方法名
returnfalse;
}
};
}