办公模块阶段代码提交

init
gongdi 4 years ago
parent 3db7c5a65d
commit 59f692a4a0

@ -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,

Loading…
Cancel
Save