From 6d1b319acfdd1a4d21c82e3fafc73ffe794c764d Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Tue, 2 Apr 2024 20:18:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9B=BE=E5=AE=A1=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=9B=BE=E6=A3=80=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Search/Search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Search/Search.vue b/src/components/Search/Search.vue index b26a1d9..729f970 100644 --- a/src/components/Search/Search.vue +++ b/src/components/Search/Search.vue @@ -31,7 +31,7 @@ async function handlerSearch(value) { if (res.code === 'OK') { state.resultList = [ { - title: '图审审批管理', + title: '图检审批', path: 'worksheet', data: res.data.ai, },