From 6cc2eb5ed9a6bdfe5fa3d9fe2313e04e6d7ebc9d Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 14 Nov 2024 08:57:35 +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