优化顶部菜单搜索栏为多层级显示

This commit is contained in:
RuoYi 2025-03-05 18:23:12 +08:00
parent 8fccdd4efe
commit 01a365fccd

View File

@ -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