This commit is contained in:
xue jiahao
2024-12-06 11:45:27 +08:00
parent e616f0c142
commit c8bb551ed1
5 changed files with 103 additions and 77 deletions

View File

@@ -128,7 +128,7 @@ const version = process.env.version;
const productName = process.env.productName;
onMounted(() => {
authStore.toggleLeftMenu();
authStore.setLeftMenu(true);
});
function toggleLeftDrawer() {