captcha.js 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 var ImgCaptcha = require('./captcha-strategy/img-captcha'), GeeCaptcha = require('./captcha-strategy/gee-captcha'); var Captcha = window._captcha === 'geetest' ? GeeCaptcha : ImgCaptcha; module.exports = Captcha;