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, },