From 8280cc9fae61a85b7db1228bd661fad05b87ef86 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Thu, 25 Dec 2025 12:52:54 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/components/index-refactor.vue | 2 +- pages/login/login.vue | 36 ++-- pages/search/search.vue | 91 +++++---- utils/IDCardParser.js | 227 ++++++++++++++++++++++ utils/request.js | 4 +- 5 files changed, 305 insertions(+), 55 deletions(-) create mode 100644 utils/IDCardParser.js diff --git a/pages/index/components/index-refactor.vue b/pages/index/components/index-refactor.vue index 7fa0cf1..fa1cfaf 100644 --- a/pages/index/components/index-refactor.vue +++ b/pages/index/components/index-refactor.vue @@ -64,7 +64,7 @@ - 简历匹配职位 + 为您匹配的职位 diff --git a/pages/login/login.vue b/pages/login/login.vue index 109407b..dbe9cda 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -1,15 +1,8 @@