From 05e7e93cf14401f30757a342b5298553ea470479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Mon, 3 Mar 2025 13:47:52 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E8=8F=9C=E5=8D=95=E6=90=9C=E7=B4=A2=E6=A0=8F=E4=B8=BA?= =?UTF-8?q?=E5=A4=9A=E5=B1=82=E7=BA=A7=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HeaderSearch/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HeaderSearch/index.vue b/src/components/HeaderSearch/index.vue index a785958..a9f0d89 100644 --- a/src/components/HeaderSearch/index.vue +++ b/src/components/HeaderSearch/index.vue @@ -36,7 +36,7 @@ const show = ref(false); const fuse = ref(); const headerSearchSelectRef = ref(); const router = useRouter(); -const routes = computed(() => usePermissionStore().getRoutes()); +const routes = computed(() => usePermissionStore().getDefaultRoutes()); const click = () => { show.value = !show.value;