fix: Fix the display issue in the mobile task center (#9976)

This commit is contained in:
2025-08-13 15:40:27 +08:00 committed by GitHub
parent ec01aef71a
commit db44204c1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,9 @@ useResize();
const taskListRef = ref();
const openTask = () => {
taskListRef.value.acceptParams();
if (globalStore.isMobile()) {
menuStore.setCollapse();
}
};
const router = useRouter();
const route = useRoute();