From 9937097d7cbd7d8a296daee0571c7673fc9589cd Mon Sep 17 00:00:00 2001 From: Mrx <18278715334@163.com> Date: Fri, 27 Feb 2026 12:07:16 +0800 Subject: [PATCH] add --- index.html | 8 ++ src/auto-imports.d.ts | 1 + src/components/AgentApplicationForm.vue | 31 ++--- src/components/InquireForm.vue | 39 +++--- src/components/LoginDialog.vue | 40 ++++--- src/composables/useAliyunCaptcha.js | 153 ++++++++++++++++++++++++ src/views/Login.vue | 40 ++++--- vite.config.js | 4 +- 8 files changed, 247 insertions(+), 69 deletions(-) create mode 100644 src/composables/useAliyunCaptcha.js diff --git a/index.html b/index.html index 5dc6ab3..71b7364 100644 --- a/index.html +++ b/index.html @@ -181,6 +181,14 @@