From 09bc84e2cd19c5a2303b899d647569e89eae804b Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Wed, 6 Aug 2025 11:22:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(login):=20=E6=B7=BB=E5=8A=A0=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E6=9D=A1=E6=AC=BE=E5=BC=B9=E7=AA=97=E5=92=8C=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E8=AF=B4=E6=98=8E=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor(human): 简化人脸核验条件判断逻辑 style(index): 添加使用说明样式和布局调整 chore(config): 修改开发环境API地址为本地 --- config.js | 2 +- pages/index/index.vue | 19 ++++++++++-- pages/login/login.vue | 66 ++++++++++++++++++++++++++++++++++++++-- pages/login/txt.js | 71 +++++++++++++++++++++++++++++++++++++++++++ pages/subPack/human/human.vue | 16 +++++----- 5 files changed, 158 insertions(+), 16 deletions(-) create mode 100644 pages/login/txt.js diff --git a/config.js b/config.js index 11d10a0..85d4684 100644 --- a/config.js +++ b/config.js @@ -12,7 +12,7 @@ const type = 'prod' // 环境配置 const config = { dev: { - baseUrl: 'http://dev.java996.icu/clockin-api', + baseUrl: 'http://127.0.0.1:8083/clockin-api', }, test: { baseUrl: 'https://clockin.java996.icu/clockin-api', diff --git a/pages/index/index.vue b/pages/index/index.vue index eb417d2..511edd8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -49,6 +49,11 @@ + + + + ⚠️ 仅限公司内部人员使用 + 工程项目打卡系统 + + + ⚠️ + 仅限公司内部人员使用 + 请确保您是本公司员工,未经授权禁止使用 + + @@ -20,11 +27,18 @@ - 已同意《隐私政策》 - 《服务条款》 + 已同意 + + 《服务条款》 + + + + + + @@ -32,14 +46,19 @@