...
|
...
|
@@ -10,6 +10,13 @@ const validType = { |
|
|
GEETEST: 2
|
|
|
};
|
|
|
|
|
|
// 解决加载w3t统计代码同时使用geetest报错问题
|
|
|
(() => {
|
|
|
(typeof SVGAnimatedString !== 'undefined') && (SVGAnimatedString.prototype.indexOf = function() {
|
|
|
return false;
|
|
|
});
|
|
|
})();
|
|
|
|
|
|
class Validate {
|
|
|
constructor(container, options) {
|
|
|
this.$container = container;
|
...
|
...
|
|