From 6a714a77a9a451b1d2cf6f4da324e2d27fae75c5 Mon Sep 17 00:00:00 2001 From: Songsl <2431955898@qq.com> Date: Tue, 28 Apr 2026 22:29:59 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E5=A4=8D,=E5=8F=8A=E9=83=A8?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Dialog.vue | 71 +++++---- src/components/common/Search.vue | 210 +++++++++++++++----------- src/directives/auth.ts | 91 ++++++++--- src/views/order/rechange/index.vue | 16 +- src/views/order/rechange/options.ts | 2 +- src/views/profile/agent/index.vue | 1 + src/views/profile/agent/options.ts | 41 ++--- src/views/profile/business/index.vue | 2 +- src/views/profile/user/options.ts | 13 +- src/views/system/menu/index.vue | 8 +- src/views/system/menu/options.ts | 21 ++- src/views/system/notice/options.ts | 7 +- src/views/trade/variety/index.vue | 33 +++- src/views/user/components/Captcha.vue | 2 +- 14 files changed, 323 insertions(+), 195 deletions(-) diff --git a/src/components/common/Dialog.vue b/src/components/common/Dialog.vue index 7eca336..0abcd92 100644 --- a/src/components/common/Dialog.vue +++ b/src/components/common/Dialog.vue @@ -1,58 +1,65 @@ diff --git a/src/components/common/Search.vue b/src/components/common/Search.vue index ff51508..f39d670 100644 --- a/src/components/common/Search.vue +++ b/src/components/common/Search.vue @@ -1,102 +1,130 @@