@ -42,6 +42,16 @@
tips:''//登录业务的提示
}
},
created:function() {
//回车按键登陆
var _this = this;
document.onkeydown = function (e) {
let key = window.event.keyCode;
if(key == 13){
_this.loginAccount();
components:{
// ACheckbox:Checkbox,
AButton:Button,