From 072a258e534ea29ec7b7bfb715d5ec9bf2ff6907 Mon Sep 17 00:00:00 2001 From: Mrx <18278715334@163.com> Date: Thu, 26 Feb 2026 10:48:55 +0800 Subject: [PATCH] add smsabuse --- .env | 8 +- index.html | 21 +- src/auto-imports.d.ts | 1 + src/components/InquireForm.vue | 37 ++- src/composables/useAliyunCaptcha.js | 172 +++++++++++ src/views/Login.vue | 41 +-- 阿里云验证码接入.md | 456 ++++++++++++++++++++++++++++ 7 files changed, 697 insertions(+), 39 deletions(-) create mode 100644 src/composables/useAliyunCaptcha.js create mode 100644 阿里云验证码接入.md diff --git a/.env b/.env index d3dd5b5..031ec6a 100644 --- a/.env +++ b/.env @@ -20,4 +20,10 @@ VITE_CHAT_AES_IV=345GDFED433223DF VITE_SHARE_TITLE=全能查|大数据风险报告查询与代理平台,支持个人和企业多场景风控应用 VITE_SHARE_DESC=提供个人信用评估、入职背调、信贷风控、企业风险监测等服务 VITE_SHARE_IMG=https://www.quannengcha.com/logo.png -VITE_TOKEN_VERSION=1.0 \ No newline at end of file +VITE_TOKEN_VERSION=1.0 + +# 阿里云滑块验证码配置 +VITE_ALIYUN_CAPTCHA_SCENE_ID=wynt39to +# 是否启用加密模式(true/false),需要在阿里云控制台开启加密模式 +# 注意:根据代码逻辑,设置为 true 表示禁用加密,设置为 false 表示启用加密 +VITE_ALIYUN_CAPTCHA_ENCRYPTED=true diff --git a/index.html b/index.html index e3af181..8f6b554 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@ - + - + @@ -109,6 +109,15 @@ delete window.wx; + + + + @@ -207,6 +216,8 @@