From 74b0c0e918b7a1deb3db31ad467cd3374f1bb4eb Mon Sep 17 00:00:00 2001 From: Mrx <18278715334@163.com> Date: Thu, 26 Feb 2026 17:12:29 +0800 Subject: [PATCH] add --- index.html | 8 ++ src/auto-imports.d.ts | 1 + src/components/InquireForm.vue | 42 ++++--- src/composables/useAliyunCaptcha.js | 171 ++++++++++++++++++++++++++++ src/views/Login.vue | 46 +++++--- 5 files changed, 236 insertions(+), 32 deletions(-) create mode 100644 src/composables/useAliyunCaptcha.js diff --git a/index.html b/index.html index 72b9680..251bb17 100644 --- a/index.html +++ b/index.html @@ -82,6 +82,12 @@ window.jWeixin = window.wx; delete window.wx; + + + + @@ -181,6 +187,8 @@