|
|
@ -30,7 +30,7 @@ const show = ref(false); |
|
|
const fuse = ref(undefined); |
|
|
const fuse = ref(undefined); |
|
|
const headerSearchSelectRef = ref(null); |
|
|
const headerSearchSelectRef = ref(null); |
|
|
const router = useRouter(); |
|
|
const router = useRouter(); |
|
|
const routes = computed(() => usePermissionStore().routes); |
|
|
const routes = computed(() => usePermissionStore().defaultRoutes); |
|
|
|
|
|
|
|
|
function click() { |
|
|
function click() { |
|
|
show.value = !show.value |
|
|
show.value = !show.value |
|
|
|