mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud-Vue3.git
synced 2025-06-06 10:11:50 +00:00
优化顶部菜单搜索栏为多层级显示
This commit is contained in:
parent
8fccdd4efe
commit
01a365fccd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user