From 7d821ed04389ef4141731c06ae4a470dec0136e9 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Wed, 28 Jan 2026 21:16:05 +0800
Subject: [PATCH] 优化代码
---
ruoyi-ui/src/components/HeaderSearch/index.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/ruoyi-ui/src/components/HeaderSearch/index.vue b/ruoyi-ui/src/components/HeaderSearch/index.vue
index 41d9275..c3467cf 100644
--- a/ruoyi-ui/src/components/HeaderSearch/index.vue
+++ b/ruoyi-ui/src/components/HeaderSearch/index.vue
@@ -118,8 +118,6 @@
this.fuse = new Fuse(list, {
shouldSort: true,
threshold: 0.4,
- location: 0,
- distance: 100,
minMatchCharLength: 1,
keys: [{
name: 'title',
--
Gitblit v1.9.3