zhouhao
2021-11-03 22b8e610de8fc8a5b87c7164d87e3fee761531ba
src/utils/formValidator.js
@@ -26,7 +26,7 @@
    },
    // 验证电话
    isTel(value) {
        return /^1([358][0-9]|4[579]|66|7[0135678]|9[89])[0-9]{8}$/.test(value);
        return /^\d{11}$/.test(value);
    },
    //验证身份证
    isIdCard(value){