From 67b9fbbe935fb47c3b3c7434a1be7b25e72d00fb Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 27 一月 2022 17:55:28 +0800 Subject: [PATCH] 增加身份证校验 --- src/api/utils.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/api/utils.ts b/src/api/utils.ts index 1088596..faa51d4 100644 --- a/src/api/utils.ts +++ b/src/api/utils.ts @@ -45,3 +45,5 @@ ) || null ); } + + -- Gitblit v1.8.0