update:个人认证前端完成

This commit is contained in:
2021-01-20 14:23:13 +08:00
parent 7861c622d2
commit 72440657ab
2 changed files with 37 additions and 5 deletions

4
src/services/regex.js Normal file
View File

@@ -0,0 +1,4 @@
export default {
IdCardNo: /\d{17}[\dX]/,
Phone: /1\d{10}/
};