@ -104,8 +104,10 @@
// 监听回车事件
keyEnter(){
document.onkeydown = e =>{
if(e.keyCode == 13){
this.handleLogin() // 登录
}
},
// 获取验证码
async getConfig() {