优化顶部菜单搜索栏为多层级显示
This commit is contained in:
parent
93fe80dc68
commit
11889edf70
@ -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