From de396f57db3a5b43cbca29b40e91d3d0865ff9df Mon Sep 17 00:00:00 2001 From: wuhans-first-deep-love <2966551326@qq.com> Date: Fri, 30 May 2025 17:12:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=90=9C=E7=B4=A2=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E7=95=8C=E9=9D=A2=EF=BC=8C=E9=A1=B6=E6=A0=8F=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=90=9C=E7=B4=A2=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vue-unilife/src/components/HeaderBar.vue | 60 ++- Front/vue-unilife/src/routers/routers.ts | 9 +- Front/vue-unilife/src/views/SearchResult.vue | 395 ++++++++++++++++++ 3 files changed, 462 insertions(+), 2 deletions(-) create mode 100644 Front/vue-unilife/src/views/SearchResult.vue diff --git a/Front/vue-unilife/src/components/HeaderBar.vue b/Front/vue-unilife/src/components/HeaderBar.vue index 3ff6a95..2266670 100644 --- a/Front/vue-unilife/src/components/HeaderBar.vue +++ b/Front/vue-unilife/src/components/HeaderBar.vue @@ -1,9 +1,17 @@