From 4bde374d44463de7b457ad7aabe730c712c59d59 Mon Sep 17 00:00:00 2001 From: xlsea Date: Fri, 20 Sep 2024 12:14:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor(sj=5F1.2.0-beta2):=20=E9=87=8D?= =?UTF-8?q?=E6=9E=84=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/search-form.vue | 14 +++++++++- src/enum/index.ts | 4 ++- src/router/elegant/routes.ts | 40 +++++++++++++-------------- src/store/modules/auth/index.ts | 3 ++ src/store/modules/search/index.ts | 32 +++++++++++++++++++++ src/store/modules/tab/index.ts | 5 ++++ src/store/modules/workflow/index.ts | 3 +- 7 files changed, 78 insertions(+), 23 deletions(-) create mode 100644 src/store/modules/search/index.ts diff --git a/src/components/common/search-form.vue b/src/components/common/search-form.vue index c2c8601..9d0c404 100644 --- a/src/components/common/search-form.vue +++ b/src/components/common/search-form.vue @@ -1,8 +1,10 @@