From b8440d9a6b1671cdf0c8f06cdaba2f80a8dac1e6 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 13 Nov 2024 14:17:15 +0800
Subject: [PATCH] 退出图标按钮修复
---
src/pages/first/components/mainMenu.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/pages/first/components/mainMenu.vue b/src/pages/first/components/mainMenu.vue
index b7b6024..84cd4f8 100644
--- a/src/pages/first/components/mainMenu.vue
+++ b/src/pages/first/components/mainMenu.vue
@@ -61,7 +61,9 @@
} else {
store.setLoadSingle(false)
}
- router.push(params.path)
+ router.push({
+ path: params.path
+ })
} else {
params.childrenFlag = !params.childrenFlag
}
--
Gitblit v1.9.3