mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-08 10:41:16 +08:00
fix: Fix the display issue in the mobile task center (#9976)
This commit is contained in:
parent
ec01aef71a
commit
db44204c1a
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,9 @@ useResize();
|
|||
const taskListRef = ref();
|
||||
const openTask = () => {
|
||||
taskListRef.value.acceptParams();
|
||||
if (globalStore.isMobile()) {
|
||||
menuStore.setCollapse();
|
||||
}
|
||||
};
|
||||
const router = useRouter();
|
||||
const route = useRoute();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue