mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
update 优化 顶部菜单搜索栏为多层级显示
This commit is contained in:
parent
f2adc5e5fa
commit
05e7e93cf1
@ -36,7 +36,7 @@ const show = ref(false);
|
||||
const fuse = ref();
|
||||
const headerSearchSelectRef = ref<ElSelectInstance>();
|
||||
const router = useRouter();
|
||||
const routes = computed(() => usePermissionStore().getRoutes());
|
||||
const routes = computed(() => usePermissionStore().getDefaultRoutes());
|
||||
|
||||
const click = () => {
|
||||
show.value = !show.value;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user