From d6e460d7b66b28e4f00f8d6dce76006dcad4a635 Mon Sep 17 00:00:00 2001 From: Mrx <18278715334@163.com> Date: Thu, 26 Feb 2026 13:15:09 +0800 Subject: [PATCH] add limit --- .env | 6 +- index.html | 11 ++ src/App.vue | 4 +- src/auto-imports.d.ts | 1 + src/components/InquireForm.vue | 126 +++++++++++++------- src/composables/useAliyunCaptcha.js | 173 ++++++++++++++++++++++++++++ src/views/Inquire.vue | 6 +- src/views/Login.vue | 45 +++++--- 8 files changed, 305 insertions(+), 67 deletions(-) create mode 100644 src/composables/useAliyunCaptcha.js diff --git a/.env b/.env index 09cea1c..180a94d 100644 --- a/.env +++ b/.env @@ -19,4 +19,8 @@ VITE_CHAT_AES_IV=345GDFED433223DF VITE_SHARE_TITLE=真爱查官网_婚姻状态核验_婚前背景互信平台 VITE_SHARE_DESC=提供个人信用评估、入职背调、信贷风控、企业风险监测等服务 VITE_SHARE_IMG=https://www.zhenaicha.com/logo.png -VITE_TOKEN_VERSION=1.0 \ No newline at end of file +VITE_TOKEN_VERSION=1.0 + +# 阿里云验证码配置(当前使用非加密模式) +VITE_ALIYUN_CAPTCHA_ENCRYPTED=false +VITE_ALIYUN_CAPTCHA_SCENE_ID=wynt39to \ No newline at end of file diff --git a/index.html b/index.html index dd41306..e0983aa 100644 --- a/index.html +++ b/index.html @@ -109,6 +109,15 @@ delete window.wx; + + + + @@ -207,6 +216,8 @@