From 7a66854a22d17d6fa060c878ceb17cd4682cf880 Mon Sep 17 00:00:00 2001 From: insistence <3055204202@qq.com> Date: Tue, 26 Aug 2025 10:28:18 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E9=A1=B6=E9=83=A8?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=90=9C=E7=B4=A2=E6=A0=8F=E4=B8=BA=E5=A4=9A?= =?UTF-8?q?=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 --- ruoyi-fastapi-frontend/src/components/HeaderSearch/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-fastapi-frontend/src/components/HeaderSearch/index.vue b/ruoyi-fastapi-frontend/src/components/HeaderSearch/index.vue index 6ef6d2c..cb1d075 100644 --- a/ruoyi-fastapi-frontend/src/components/HeaderSearch/index.vue +++ b/ruoyi-fastapi-frontend/src/components/HeaderSearch/index.vue @@ -30,7 +30,7 @@ const show = ref(false); const fuse = ref(undefined); const headerSearchSelectRef = ref(null); const router = useRouter(); -const routes = computed(() => usePermissionStore().routes); +const routes = computed(() => usePermissionStore().defaultRoutes); function click() { show.value = !show.value