// 验证码通过 function captchaCheckSuccsss(bol, captcha, token) { if (bol) { // 验证码验证通过 getData(captcha, token) } }; // 取消验证码验证 function captchaCheckCancel() { captchaCancel() }; const loginDialog = { template: `