From b73de98a710f9b1b02f077b3f4bd70d733ea3312 Mon Sep 17 00:00:00 2001 From: Mrx <18278715334@163.com> Date: Fri, 27 Feb 2026 10:29:40 +0800 Subject: [PATCH] add --- index.html | 7 ++ src/auto-imports.d.ts | 1 + src/components/AgentApplicationForm.vue | 31 ++--- src/components/InquireForm.vue | 37 +++--- src/composables/useAliyunCaptcha.js | 155 ++++++++++++++++++++++++ src/views/Login.vue | 67 ++++------ vite.config.js | 4 +- 7 files changed, 225 insertions(+), 77 deletions(-) create mode 100644 src/composables/useAliyunCaptcha.js diff --git a/index.html b/index.html index 17a9caa..c37a3be 100644 --- a/index.html +++ b/index.html @@ -83,6 +83,12 @@ delete window.wx; + + + + @@ -181,6 +187,7 @@